summaryrefslogtreecommitdiff
path: root/wcstools/meta.yaml
blob: 9a2fa2e74a95fa0decc474b18bd3b1cb4a8d9461 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
{% set name = 'wcstools' %}
{% set version = '3.9.5' %}
{% if version[0] == 'v' %}
{%   set version = version[1:] %}
{% endif %}
{% set number = '1' %}
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: {{ number }}

package:
    name: {{ name }}
    version: {{ version }}

requirements:
    build:
    run:

source:
    fn: {{ name }}-{{ version }}.tar.gz
    url: http://tdc-www.harvard.edu/software/{{ name }}/{{ name }}-{{ version }}.tar.gz