From 0599c6246bf36911f2232491192dec23d0a0035f Mon Sep 17 00:00:00 2001 From: James Turner Date: Tue, 13 Dec 2016 15:49:04 -0300 Subject: Commit semi-disposable helper script & template used for converting Ureka packages, just for future reference, before deleting them. --- template/meta.yaml | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 template/meta.yaml (limited to 'template/meta.yaml') 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 + -- cgit