summaryrefslogtreecommitdiff
path: root/shunit2/meta.yaml
blob: 671c4a3ee01d1f85ae8cd35dcd7196dd21a0194b (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
25
26
{% set name = 'shunit2' %}
{% set version = '2.0.3' %}
{% set number = '0' %}

about:
    home: http://sourceforge.net/projects/{{version}}
    license: LGPL
    summary: |
        shUnit2 is a xUnit unit test framework for Bourne based shell
        scripts, and it is designed to work in a similar manner to JUnit,
        PyUnit, etc

build:
    number: {{number}}

package:
    name: {{name}}
    version: {{version}}

source:
    fn: {{name}}-{{version}}.tgz
    url: https://downloads.sourceforge.net/{{name}}/{{name}}-{{version}}.tgz

test:
    commands:
    - shunit2 --help