From f46565fe6f3eefd6a8eb1cec7179164f2800b042 Mon Sep 17 00:00:00 2001 From: Joe Hunkeler Date: Wed, 23 Mar 2016 17:00:53 -0400 Subject: Initial commit --- iraf/meta.yaml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 iraf/meta.yaml (limited to 'iraf/meta.yaml') diff --git a/iraf/meta.yaml b/iraf/meta.yaml new file mode 100644 index 0000000..39c05dc --- /dev/null +++ b/iraf/meta.yaml @@ -0,0 +1,16 @@ +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: '0' +package: + name: iraf + version: 2.16.1 +source: + fn: iraf.tar.gz + url: + - http://ssb.stsci.edu/stripped/linux/iraf.tar.gz [linux] + - http://ssb.stsci.edu/stripped/osx/iraf.tar.gz [osx] -- cgit