summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Ammerlaan <andrewammerlaan@gentoo.org>2022-02-24 15:41:47 +0100
committerAndrew Ammerlaan <andrewammerlaan@gentoo.org>2022-02-24 15:41:58 +0100
commit5e82c9d7e6edd578b33b43befea4d3c033319b5a (patch)
treed249e3b5ce4d61e22ff64923531f931fa6f07d93 /sci-astronomy/fitspng/fitspng-2.0.ebuild
parentapp-emulation/protontricks: drop 1.6.0 (diff)
downloadgentoo-5e82c9d7e6edd578b33b43befea4d3c033319b5a.tar.gz
gentoo-5e82c9d7e6edd578b33b43befea4d3c033319b5a.tar.bz2
gentoo-5e82c9d7e6edd578b33b43befea4d3c033319b5a.zip
sci-astronomy/fitspng: add version 2.0
Closes: https://bugs.gentoo.org/776163 Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
Diffstat (limited to 'sci-astronomy/fitspng/fitspng-2.0.ebuild')
-rw-r--r--sci-astronomy/fitspng/fitspng-2.0.ebuild18
1 files changed, 18 insertions, 0 deletions
diff --git a/sci-astronomy/fitspng/fitspng-2.0.ebuild b/sci-astronomy/fitspng/fitspng-2.0.ebuild
new file mode 100644
index 000000000000..4dd61791dcf2
--- /dev/null
+++ b/sci-astronomy/fitspng/fitspng-2.0.ebuild
@@ -0,0 +1,18 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DESCRIPTION="FITS to PNG converter"
+HOMEPAGE="http://integral.physics.muni.cz/fitspng/"
+SRC_URI="ftp://integral.physics.muni.cz/pub/${PN}/${P}.tar.gz"
+S="${WORKDIR}/${PN}"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+
+RDEPEND="
+ sci-libs/cfitsio:0=
+ media-libs/libpng:0="
+DEPEND="${RDEPEND}"