From 4fe08aedce73669d3225c8bbe8dbecc108d91133 Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Tue, 29 Nov 2016 20:40:40 -0500 Subject: Improve recipe uniformity --- hstcal/meta.yaml | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) (limited to 'hstcal') diff --git a/hstcal/meta.yaml b/hstcal/meta.yaml index 41aa86c..615b182 100644 --- a/hstcal/meta.yaml +++ b/hstcal/meta.yaml @@ -3,19 +3,23 @@ {% set number = '1' %} about: - home: https://github.com/spacetelescope/hstcal + home: https://github.com/spacetelescope/{{name}} license: BSD summary: Calibration for HST/WFC3, HST/ACS, and HST/STIS + build: - number: {{ number }} + number: {{number}} + package: - name: {{ name }} - version: {{ version }} + name: {{name}} + version: {{version}} + requirements: build: - gcc >=4.6 [osx] run: - libgcc >=4.6 [osx] + source: - git_tag: {{ version }} - git_url: https://github.com/spacetelescope/{{ name }}.git + git_tag: {{version}} + git_url: https://github.com/spacetelescope/{{name}}.git -- cgit