diff options
author | Joseph Hunkeler <jhunkeler@gmail.com> | 2016-11-29 20:40:40 -0500 |
---|---|---|
committer | Joseph Hunkeler <jhunkeler@gmail.com> | 2016-12-13 16:04:15 -0500 |
commit | 4fe08aedce73669d3225c8bbe8dbecc108d91133 (patch) | |
tree | 40c7605c472951fa0e3ef7aa910c7b8a4606c45d /iraf | |
parent | d53f69876e2c1cccdd2a5b12da9096dd3bd8aa1c (diff) | |
download | astroconda-contrib-4fe08aedce73669d3225c8bbe8dbecc108d91133.tar.gz |
Improve recipe uniformity
Diffstat (limited to 'iraf')
-rw-r--r-- | iraf/meta.yaml | 19 |
1 files changed, 13 insertions, 6 deletions
diff --git a/iraf/meta.yaml b/iraf/meta.yaml index 610850e..a520b6d 100644 --- a/iraf/meta.yaml +++ b/iraf/meta.yaml @@ -1,16 +1,23 @@ +{% set name = 'iraf' %} +{% set version = '2.16.1' %} +{% set number = '1' %} + about: home: http://iraf.noao.edu license: MIT summary: NOAO Image Reduction and Analysis Facility + build: binary_relocation: False [osx] detect_binary_files_with_prefix: False [osx] - number: '1' + number: {{number}} + package: - name: iraf - version: 2.16.1 + name: {{name}} + version: {{version}} + source: - fn: iraf.tar.gz + fn: {{name}}.tar.gz url: - - http://ssb.stsci.edu/stripped/linux/iraf.tar.gz [linux] - - http://ssb.stsci.edu/stripped/osx/iraf.tar.gz [osx] + - http://ssb.stsci.edu/stripped/linux/{{name}}.tar.gz [linux] + - http://ssb.stsci.edu/stripped/osx/{{iraf}}.tar.gz [osx] |