diff options
author | Ctibor Brančík <ctibor@brancik.cz> | 2021-11-18 22:41:11 +0100 |
---|---|---|
committer | Ctibor Brančík <ctibor@brancik.cz> | 2021-11-18 22:41:11 +0100 |
commit | eab97d9bae3fbf187bc06ceeb3e766561b72de5a (patch) | |
tree | 0c970b71a99837ef9f027fd205d034b74cd3a080 /sci-libs/libqsi/libqsi-1.9.3.ebuild | |
parent | c7f31ed0bbde89756d713b707d49b403beef0bfa (diff) | |
download | brancik-overlay-eab97d9bae3fbf187bc06ceeb3e766561b72de5a.tar.gz brancik-overlay-eab97d9bae3fbf187bc06ceeb3e766561b72de5a.tar.bz2 |
Bump indilib to v1.9.3
Diffstat (limited to 'sci-libs/libqsi/libqsi-1.9.3.ebuild')
-rw-r--r-- | sci-libs/libqsi/libqsi-1.9.3.ebuild | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/sci-libs/libqsi/libqsi-1.9.3.ebuild b/sci-libs/libqsi/libqsi-1.9.3.ebuild new file mode 100644 index 0000000..8f28df8 --- /dev/null +++ b/sci-libs/libqsi/libqsi-1.9.3.ebuild @@ -0,0 +1,25 @@ +# 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="Driver for the Quantum Scientific Imaging CCDs & Filter Wheels" +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="qsi" +KEYWORDS="~amd64 ~arm ~x86" + +SLOT="0/1" + +DEPEND="dev-embedded/libftdi:0" + +RDEPEND="${DEPEND}" + +INDI_TARGET_DIRECTORY="${PN%%lib-driver-**}" + +S="${WORKDIR}/${MY_PN}-3rdparty-${PV}/${INDI_TARGET_DIRECTORY}" |