summaryrefslogtreecommitdiff
path: root/fitsverify/meta.yaml
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunkeler@users.noreply.github.com>2017-02-17 14:25:46 -0500
committerGitHub <noreply@github.com>2017-02-17 14:25:46 -0500
commitd3d581aa966ee45923e901e3102c2bf350549571 (patch)
treefee3c8874f18cb1b14cf0e773d34b013ec6beb14 /fitsverify/meta.yaml
parente58d5954f5b35c5bd45d673428c5b410f4e2dc77 (diff)
downloadastroconda-contrib-d3d581aa966ee45923e901e3102c2bf350549571.tar.gz
Initial commit of fitsverify (#173)
Diffstat (limited to 'fitsverify/meta.yaml')
-rw-r--r--fitsverify/meta.yaml34
1 files changed, 34 insertions, 0 deletions
diff --git a/fitsverify/meta.yaml b/fitsverify/meta.yaml
new file mode 100644
index 0000000..4923305
--- /dev/null
+++ b/fitsverify/meta.yaml
@@ -0,0 +1,34 @@
+{% set name = 'fitsverify' %}
+{% set version = '4.18' %}
+{% set number = '0' %}
+
+about:
+ home: http://heasarc.gsfc.nasa.gov/fitsio/fitsio.html
+ license: BSD-like
+ summary: |
+ Fitsverify is a computer program that rigorously checks whether a FITS
+ (Flexible Image Transport System) data file conforms to the
+ requirements defined in Version 3.0 of the FITS Standard document.
+
+build:
+ number: {{ number }}
+
+package:
+ name: {{ name }}
+ version: {{ version }}
+
+requirements:
+ build:
+ - cfitsio
+ - pkgconfig [osx]
+
+ run:
+ - cfitsio
+
+source:
+ fn: {{ name }}-{{ version }}.tar.gz
+ url: https://heasarc.gsfc.nasa.gov/docs/software/ftools/{{ name }}/{{ name }}-{{ version }}.tar.gz
+
+test:
+ commands:
+ - fitsverify -h