summaryrefslogtreecommitdiff
path: root/shunit2/meta.yaml
blob: ebca002cab94f71908234a310fd7cc6ccc41d882 (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
{% set name = 'shunit2' %}
{% set version = '2.1.3' %}
{% set number = '1' %}

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
    md5: 156a2491925a269fe09b70562deae091

test:
    commands:
    - shunit2 --help