diff options
author | Joe Hunkeler <jhunk@stsci.edu> | 2016-03-23 17:00:53 -0400 |
---|---|---|
committer | Joe Hunkeler <jhunk@stsci.edu> | 2016-03-23 17:00:53 -0400 |
commit | e4caf4a2acbb18875b1064246554e4105449b5a3 (patch) | |
tree | b57ece5acd84c9a8c9235818b975a439c8ae3df9 /shunit2/meta.yaml | |
download | astroconda-contrib-e4caf4a2acbb18875b1064246554e4105449b5a3.tar.gz |
Initial commit
Diffstat (limited to 'shunit2/meta.yaml')
-rw-r--r-- | shunit2/meta.yaml | 16 |
1 files changed, 16 insertions, 0 deletions
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 |