From e4caf4a2acbb18875b1064246554e4105449b5a3 Mon Sep 17 00:00:00 2001 From: Joe Hunkeler Date: Wed, 23 Mar 2016 17:00:53 -0400 Subject: Initial commit --- shunit2/bld.bat | 3 +++ shunit2/build.sh | 6 ++++++ shunit2/meta.yaml | 16 ++++++++++++++++ 3 files changed, 25 insertions(+) create mode 100644 shunit2/bld.bat create mode 100644 shunit2/build.sh create mode 100644 shunit2/meta.yaml (limited to 'shunit2') diff --git a/shunit2/bld.bat b/shunit2/bld.bat new file mode 100644 index 0000000..a3b28b5 --- /dev/null +++ b/shunit2/bld.bat @@ -0,0 +1,3 @@ + +echo Nope. +exit 1 \ No newline at end of file diff --git a/shunit2/build.sh b/shunit2/build.sh new file mode 100644 index 0000000..15a32f8 --- /dev/null +++ b/shunit2/build.sh @@ -0,0 +1,6 @@ + +mkdir -p $PREFIX/bin \ +$PREFIX/share/doc/shunit2 +chmod +x src/shell/shunit2 +cp -a src/shell/shunit2 $PREFIX/bin +cp doc/* $PREFIX/share/doc/shunit2 \ No newline at end of file diff --git a/shunit2/meta.yaml b/shunit2/meta.yaml new file mode 100644 index 0000000..8688806 --- /dev/null +++ b/shunit2/meta.yaml @@ -0,0 +1,16 @@ +about: + home: http://sourceforge.net/projects/shunit2 + license: LGPL + summary: shunit2 +build: + number: '0' +package: + name: shunit2 + version: 2.0.3 +source: + fn: shunit2-2.0.3.tgz + url: + - https://downloads.sourceforge.net/shunit2/shunit2-2.0.3.tgz +test: + commands: + - shunit2 --help -- cgit