summaryrefslogtreecommitdiff
path: root/wcstools
diff options
context:
space:
mode:
Diffstat (limited to 'wcstools')
-rw-r--r--wcstools/meta.yaml14
1 files changed, 9 insertions, 5 deletions
diff --git a/wcstools/meta.yaml b/wcstools/meta.yaml
index 9dbab8f..bdc9e4c 100644
--- a/wcstools/meta.yaml
+++ b/wcstools/meta.yaml
@@ -1,16 +1,20 @@
+{% set name = 'wcstools' %}
+{% set version = '3.9.2' %}
+{% set number = '0' %}
+
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'
+ number: {{ number }}
package:
- name: wcstools
- version: '3.9.2'
+ name: {{ name }}
+ version: {{ version }}
requirements:
build:
run:
source:
- fn: wcstools-3.9.2.tar.gz
+ fn: {{ name }}-{{ version }}.tar.gz
url:
- - http://tdc-www.harvard.edu/software/wcstools/wcstools-3.9.2.tar.gz
+ - http://tdc-www.harvard.edu/software/wcstools/{{ name }}-{{ version }}.tar.gz