diff options
Diffstat (limited to 'ccfits/meta.yaml')
-rw-r--r-- | ccfits/meta.yaml | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/ccfits/meta.yaml b/ccfits/meta.yaml new file mode 100644 index 0000000..e55dc90 --- /dev/null +++ b/ccfits/meta.yaml @@ -0,0 +1,28 @@ +{% set name = 'ccfits' %} +{% set badname = 'CCfits' %} +{% set version = '2.5' %} +{% set number = '0' %} + +about: + home: + license: BSD-like + summary: | + CCfits is an object oriented interface to the cfitsio library. + +build: + number: {{number}} + +package: + name: {{name}} + version: {{version}} + +requirements: + build: + - cfitsio >=3.08 + + run: + - cfitsio >=3.08 + +source: + fn: {{badname}}-{{version}}.tar.gz + url: http://heasarc.gsfc.nasa.gov/docs/software/fitsio/ccfits/{{badname}}-{{version}}.tar.gz |