blob: 7d78affc2b789b5b7bc40b980ce8549aed1d6cc3 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
{% set name = 'shunit2' %}
{% set GIT_DESCRIBE_TAG if GIT_DESCRIBE_TAG is not defined '0.0.0' %}
{% set number = '0' %}
about:
home: http://sourceforge.net/projects/shunit2
license: LGPL
summary: shunit2
build:
number: {{ number }}
package:
name: {{ name }}
version: {{ version }}
source:
fn: {{ name }}-{{ version }}.tgz
url:
- https://downloads.sourceforge.net/shunit2/{{ name }}-{{ version }}.tgz
test:
commands:
- shunit2 --help
|