blob: dc244ee25a9e0f8b9feec63d259371236a1d2a83 (
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
27
28
29
30
31
32
33
34
35
36
37
38
|
[package]
name : shunit2
version : 2.0.3
[about]
home : http://sourceforge.net/projects/${package:name}
license : LGPL
summary : ${package:name}
[source]
fn : ${package:name}-${package:version}.tgz
url : https://downloads.sourceforge.net/${package:name}/${fn}
[build]
number : 0
[requirements]
build :
#none
run :
#none
[test]
commands :
shunit2 --help
[cbc_build]
linux :
mkdir -p $$PREFIX/bin \
$$PREFIX/share/doc/${package:name}
chmod +x src/shell/shunit2
cp -a src/shell/shunit2 $$PREFIX/bin
cp doc/* $$PREFIX/share/doc/${package:name}
windows :
echo Nope.
exit 1
|