summaryrefslogtreecommitdiff
path: root/shunit2/meta.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'shunit2/meta.yaml')
-rw-r--r--shunit2/meta.yaml14
1 files changed, 9 insertions, 5 deletions
diff --git a/shunit2/meta.yaml b/shunit2/meta.yaml
index 8688806..46b05cd 100644
--- a/shunit2/meta.yaml
+++ b/shunit2/meta.yaml
@@ -1,16 +1,20 @@
+{% set name = 'shunit2' %}
+{% set version = '2.0.3' %}
+{% set number = '0' %}
+
about:
home: http://sourceforge.net/projects/shunit2
license: LGPL
summary: shunit2
build:
- number: '0'
+ number: {{ number }}
package:
- name: shunit2
- version: 2.0.3
+ name: {{ name }}
+ version: {{ version }}
source:
- fn: shunit2-2.0.3.tgz
+ fn: {{ name }}-{{ version }}.tgz
url:
- - https://downloads.sourceforge.net/shunit2/shunit2-2.0.3.tgz
+ - https://downloads.sourceforge.net/shunit2/{{ name }}-{{ version }}.tgz
test:
commands:
- shunit2 --help