From 39ace89963cda6b66f76df320693d2bfe7785b3a Mon Sep 17 00:00:00 2001 From: Helmut Pozimski Date: Tue, 19 Dec 2017 06:53:03 +0100 Subject: [PATCH] New package: cfitsio-3.420 --- srcpkgs/cfitsio/template | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 srcpkgs/cfitsio/template diff --git a/srcpkgs/cfitsio/template b/srcpkgs/cfitsio/template new file mode 100644 index 00000000000..d6dddb1ec8a --- /dev/null +++ b/srcpkgs/cfitsio/template @@ -0,0 +1,16 @@ +# Template file for 'cfitsio' +pkgname=cfitsio +version=3.420 +revision=1 +wrksrc=cfitsio +build_style=gnu-configure +short_desc="Library for reading and writing data files in FITS data format" +maintainer="Helmut Pozimski " +license="NASA license" +homepage="https://heasarc.gsfc.nasa.gov/fitsio/" +distfiles="http://heasarc.gsfc.nasa.gov/FTP/software/fitsio/c/cfitsio3420.tar.gz" +checksum=6c10aa636118fa12d9a5e2e66f22c6436fb358da2af6dbf7e133c142e2ac16b8 + +post_install() { + vlicense License.txt +}