summaryrefslogtreecommitdiff
path: root/sci-libs/libsv305/libsv305-1.9.1.ebuild
diff options
context:
space:
mode:
authorCtibor Brančík <ctibor@brancik.cz>2021-07-27 23:09:16 +0200
committerCtibor Brančík <ctibor@brancik.cz>2021-07-27 23:09:16 +0200
commit5e7118fe33289460c3fbfbf99b6406313381b2b0 (patch)
tree11f21b114cba6cc6c4e290f7460185057e17e041 /sci-libs/libsv305/libsv305-1.9.1.ebuild
parente6196597f94b34294030177ee832291ffe4333b3 (diff)
downloadbrancik-overlay-5e7118fe33289460c3fbfbf99b6406313381b2b0.tar.gz
brancik-overlay-5e7118fe33289460c3fbfbf99b6406313381b2b0.tar.bz2
Bump indilib and drivers to v1.9.1
Diffstat (limited to 'sci-libs/libsv305/libsv305-1.9.1.ebuild')
-rw-r--r--sci-libs/libsv305/libsv305-1.9.1.ebuild23
1 files changed, 23 insertions, 0 deletions
diff --git a/sci-libs/libsv305/libsv305-1.9.1.ebuild b/sci-libs/libsv305/libsv305-1.9.1.ebuild
new file mode 100644
index 0000000..97812bb
--- /dev/null
+++ b/sci-libs/libsv305/libsv305-1.9.1.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2021 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}"