{% set name = 'fitsverify' %} {% set version = '4.18' %} {% if version[0] == 'v' %} {% set version = version[1:] %} {% endif %} {% set number = '2' %} about: home: http://heasarc.gsfc.nasa.gov/fitsio/fitsio.html license: BSD-like summary: | Fitsverify is a computer program that rigorously checks whether a FITS (Flexible Image Transport System) data file conforms to the requirements defined in Version 3.0 of the FITS Standard document. build: number: {{ number }} package: name: {{ name }} version: {{ version }} requirements: build: - cfitsio - pkg-config [osx] run: - cfitsio source: fn: {{ name }}-{{ version }}.tar.gz url: https://heasarc.gsfc.nasa.gov/docs/software/ftools/{{ name }}/{{ name }}-{{ version }}.tar.gz test: commands: - fitsverify -h