sci-libs/libahp-gt - 1.7.8 (hamari)

Search

Package Information

Description:
SDK and firmware for the AHP Telescope Controller
Homepage:
https://github.com/ahp-electronics/libahp-gt

Ebuild Details

Version EAPI Keywords Slot
1.7.8 8 ~amd64 ~x86 0
View Raw Ebuild
# Copyright 2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

inherit cmake

DESCRIPTION="SDK and firmware for the AHP Telescope Controller"
HOMEPAGE="https://github.com/ahp-electronics/libahp-gt"

if [[ ${PV} == "9999" ]]; then
	inherit git-r3
	EGIT_REPO_URI="https://github.com/ahp-electronics/libahp-gt.git"
else
	SRC_URI="https://github.com/ahp-electronics/libahp-gt/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
	KEYWORDS="~amd64 ~x86"
fi

LICENSE="MIT"
SLOT="0"

Manifest for 1.7.8

Type File Size Source URLs
DIST libahp-gt-1.7.8.tar.gz 56896 bytes https://github.com/ahp-electronics/libahp-gt/archive/refs/tags/v1.7.8.tar.gz