diff options
author | Joseph Hunkeler <jhunk@stsci.edu> | 2016-03-28 13:23:37 -0400 |
---|---|---|
committer | Joseph Hunkeler <jhunk@stsci.edu> | 2016-03-28 13:23:37 -0400 |
commit | 189b072b6b888977db7f19fd0fb9a4c83da2d71c (patch) | |
tree | a33d9fa065652f198b7a6e23c50f41cb8a2e9ccc /wcstools/meta.yaml | |
parent | e4caf4a2acbb18875b1064246554e4105449b5a3 (diff) | |
download | astroconda-contrib-189b072b6b888977db7f19fd0fb9a4c83da2d71c.tar.gz |
Initial commit
Diffstat (limited to 'wcstools/meta.yaml')
-rw-r--r-- | wcstools/meta.yaml | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/wcstools/meta.yaml b/wcstools/meta.yaml new file mode 100644 index 0000000..9dbab8f --- /dev/null +++ b/wcstools/meta.yaml @@ -0,0 +1,16 @@ +about: + home: http://tdc-www.harvard.edu/wcstools + license: GPL + summary: 'For setting and using the world coordinate systems (WCS) in the headers of the most common astronomical image formats' +build: + number: '0' +package: + name: wcstools + version: '3.9.2' +requirements: + build: + run: +source: + fn: wcstools-3.9.2.tar.gz + url: + - http://tdc-www.harvard.edu/software/wcstools/wcstools-3.9.2.tar.gz |