summaryrefslogtreecommitdiff
path: root/sci-libs/libahp-xc
diff options
context:
space:
mode:
Diffstat (limited to 'sci-libs/libahp-xc')
-rw-r--r--sci-libs/libahp-xc/Manifest1
-rw-r--r--sci-libs/libahp-xc/libahp-xc-1.8.9.ebuild25
-rw-r--r--sci-libs/libahp-xc/libahp-xc-9999.ebuild22
-rw-r--r--sci-libs/libahp-xc/metadata.xml13
4 files changed, 61 insertions, 0 deletions
diff --git a/sci-libs/libahp-xc/Manifest b/sci-libs/libahp-xc/Manifest
new file mode 100644
index 0000000..9e523e0
--- /dev/null
+++ b/sci-libs/libahp-xc/Manifest
@@ -0,0 +1 @@
+DIST indilib-3rdparty-1.8.9.tar.gz 103857250 SHA256 552b817c60f50d08c23269f8b6998d7e860731c6a5aebed854bcdb4a5fb13445 SHA512 9ae728cd83f9dacc702c936f31857eace76f5706864622a2ff5755111c9b82928082b17231a6a4baa42d8ad04f325b6d507f6efe61cf9902b3a81dfdefbe2330 WHIRLPOOL 699732b9cba86fab8ca5a484bf4f4d96e3a5a7e154f2d110f73a594def7f0b41476386bb8e68b27b13c38276a10d324bce4e6804cbbdbb330236bd7d39320d36
diff --git a/sci-libs/libahp-xc/libahp-xc-1.8.9.ebuild b/sci-libs/libahp-xc/libahp-xc-1.8.9.ebuild
new file mode 100644
index 0000000..ef5e354
--- /dev/null
+++ b/sci-libs/libahp-xc/libahp-xc-1.8.9.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit cmake eutils
+
+MY_PN="indi"
+
+DESCRIPTION="SDK and firmware for the AHP Telescope Correlator"
+HOMEPAGE="http://indilib.org"
+SRC_URI="https://github.com/${MY_PN}lib/${MY_PN}-3rdparty/archive/v${PV}.tar.gz -> ${MY_PN}lib-3rdparty-${PV}.tar.gz"
+
+LICENSE="LGPL-2.1"
+KEYWORDS="~amd64 ~x86"
+
+SLOT="0/1"
+
+DEPEND=""
+
+RDEPEND="${DEPEND}"
+
+INDI_TARGET_DIRECTORY="${PN%%lib-driver-**}"
+
+S="${WORKDIR}/${MY_PN}-3rdparty-${PV}/${INDI_TARGET_DIRECTORY}"
diff --git a/sci-libs/libahp-xc/libahp-xc-9999.ebuild b/sci-libs/libahp-xc/libahp-xc-9999.ebuild
new file mode 100644
index 0000000..d4c8aef
--- /dev/null
+++ b/sci-libs/libahp-xc/libahp-xc-9999.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit cmake git-r3 eutils
+
+DESCRIPTION="SDK and firmware for the SDK and firmware for the AHP Telescope Correlator"
+HOMEPAGE="http://indilib.org"
+EGIT_REPO_URI="https://github.com/indilib/indi-3rdparty.git"
+EGIT_CHECKOUT_DIR="${WORKDIR}/${P}"
+
+LICENSE="LGPL-2.1"
+KEYWORDS=""
+
+SLOT="0/1"
+
+DEPEND=""
+
+RDEPEND="${DEPEND}"
+
+S="${EGIT_CHECKOUT_DIR}/${PN}"
diff --git a/sci-libs/libahp-xc/metadata.xml b/sci-libs/libahp-xc/metadata.xml
new file mode 100644
index 0000000..91e70e7
--- /dev/null
+++ b/sci-libs/libahp-xc/metadata.xml
@@ -0,0 +1,13 @@
+<?xml version='1.0' encoding='UTF-8'?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <email>ctibor@brancik.cz</email>
+ <name>Ctibor Brančík</name>
+ </maintainer>
+ <upstream>
+ <doc lang="en">http://indilib.org/</doc>
+ <bugs-to>https://github.com/indilib/indi-3rdparty/issues</bugs-to>
+ <remote-id type="github">indilib</remote-id>
+ </upstream>
+</pkgmetadata>