parent
a7f47bb3ea
commit
9c3201b2d9
|
@ -1,19 +1,19 @@
|
|||
# Template file for 'shunit2'
|
||||
pkgname=shunit2
|
||||
version=2.1.6
|
||||
version=2.1.7
|
||||
revision=1
|
||||
checkdepends="bash zsh"
|
||||
checkdepends="bash zsh ksh"
|
||||
depends="bash"
|
||||
short_desc="Unit testing framework for Unix shell scripts based on xUnit"
|
||||
maintainer="maxice8 <thinkabit.ukim@gmail.com>"
|
||||
license="LGPL-2.1"
|
||||
homepage="https://github.com/kward/shunit2"
|
||||
distfiles="https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/$pkgname/$pkgname-$version.tgz"
|
||||
checksum=65a313a76fd5cc1c58c9e19fbc80fc0e418a4cbfbd46d54b35ed5b6e0025d4ee
|
||||
distfiles="https://github.com/kward/shunit2/archive/v${version}.tar.gz"
|
||||
checksum=41a103aa984bfdeea3fec426edb0b3dda19153a5ce448d4b4bbe52a85c4d7fee
|
||||
noarch=yes
|
||||
|
||||
do_check() {
|
||||
cd src && ./shunit2_test.sh
|
||||
./test_runner
|
||||
}
|
||||
|
||||
do_install() {
|
||||
|
@ -21,5 +21,5 @@ do_install() {
|
|||
vsconf "$f"
|
||||
done
|
||||
|
||||
vbin src/shunit2
|
||||
vbin shunit2
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue