diff options
| author | James Turner <jturner@gemini.edu> | 2016-12-13 13:49:04 -0500 |
|---|---|---|
| committer | James Turner <jturner@gemini.edu> | 2016-12-13 13:49:04 -0500 |
| commit | 0599c6246bf36911f2232491192dec23d0a0035f (patch) | |
| tree | 4a18582dfc33319f6de5bf96793063e42700c390 /template/meta.yaml | |
| parent | 36252bd29e4cad0ff78c1ec37a95a2211b73a05b (diff) | |
| download | astroconda-iraf-0599c6246bf36911f2232491192dec23d0a0035f.tar.gz | |
Commit semi-disposable helper script & template used for converting Ureka packages, just for future reference, before deleting them.
Diffstat (limited to 'template/meta.yaml')
| -rw-r--r-- | template/meta.yaml | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/template/meta.yaml b/template/meta.yaml new file mode 100644 index 0000000..d4b2a96 --- /dev/null +++ b/template/meta.yaml @@ -0,0 +1,27 @@ +about: + home: http://iraf.noao.edu/ + license: IRAF MIT/X11 variant + summary: PKGNAME package for IRAF +build: + binary_relocation: False + number: '0' + # These must be copied from astroconda-iraf-helpers, since conda disallows + # the post-install step from depending on other packages: + always_include_files: + - bin/ac_config_iraf_pkg + - bin/ac_update_extern_pkg +package: + name: iraf.pkgname + version: "VERSION" +source: + fn: FILENAME + url: http://astroconda-source:4440/FILENAME + patches: + - ac.iraf.pkgname.patch +requirements: + build: + - astroconda-iraf-helpers + - iraf !=2.16.1,>=2.16.UR + run: + - iraf !=2.16.1,>=2.16.UR + |
