summaryrefslogtreecommitdiff
path: root/sci-libs/libstarshootg
diff options
context:
space:
mode:
Diffstat (limited to 'sci-libs/libstarshootg')
-rw-r--r--sci-libs/libstarshootg/Manifest1
-rw-r--r--sci-libs/libstarshootg/libstarshootg-1.8.3.ebuild23
-rw-r--r--sci-libs/libstarshootg/libstarshootg-9999.ebuild20
-rw-r--r--sci-libs/libstarshootg/metadata.xml13
4 files changed, 57 insertions, 0 deletions
diff --git a/sci-libs/libstarshootg/Manifest b/sci-libs/libstarshootg/Manifest
new file mode 100644
index 0000000..2def209
--- /dev/null
+++ b/sci-libs/libstarshootg/Manifest
@@ -0,0 +1 @@
+DIST indilib-3rdparty-1.8.3.tar.gz 88646327 SHA256 5d16a4560788920871d0b0b21efee01eb55317f265ba5dc029a6dee09e5586bc SHA512 4b799349492dca0c262c54c5d2fac9a406dc46fd4bf65334db458c3854710917626e39f7584c54b3473693ddfde286f9a10b562571b9857c42dbf97893de87df WHIRLPOOL d6d34fff305dcb31e484e7fadb5f061dba9b4ed197dc471f581618fff32840065cae53ab3c672d005d025d5d8d8280a57509b8655b69ad2b056bd9138a532b3b
diff --git a/sci-libs/libstarshootg/libstarshootg-1.8.3.ebuild b/sci-libs/libstarshootg/libstarshootg-1.8.3.ebuild
new file mode 100644
index 0000000..f639fe1
--- /dev/null
+++ b/sci-libs/libstarshootg/libstarshootg-1.8.3.ebuild
@@ -0,0 +1,23 @@
+# 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="This is the Orion Starshoot G Library SDK for Linux & MacOS"
+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 ~arm ~x86"
+
+SLOT="0/1"
+
+RDEPEND="${DEPEND}"
+
+INDI_TARGET_DIRECTORY="${PN%%lib-driver-**}"
+
+S="${WORKDIR}/${MY_PN}-3rdparty-${PV}/${INDI_TARGET_DIRECTORY}"
diff --git a/sci-libs/libstarshootg/libstarshootg-9999.ebuild b/sci-libs/libstarshootg/libstarshootg-9999.ebuild
new file mode 100644
index 0000000..e92eeca
--- /dev/null
+++ b/sci-libs/libstarshootg/libstarshootg-9999.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit cmake git-r3 eutils
+
+DESCRIPTION="This is the Orion Starshoot G Library SDK for Linux & MacOS"
+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"
+
+RDEPEND="${DEPEND}"
+
+S="${EGIT_CHECKOUT_DIR}/${PN}"
diff --git a/sci-libs/libstarshootg/metadata.xml b/sci-libs/libstarshootg/metadata.xml
new file mode 100644
index 0000000..91e70e7
--- /dev/null
+++ b/sci-libs/libstarshootg/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>