New package: bats-0.4.0
This commit is contained in:
parent
d0064c1e79
commit
88ab0aa8fd
|
@ -0,0 +1,17 @@
|
|||
# Template file for 'bats'
|
||||
pkgname=bats
|
||||
version=0.4.0
|
||||
revision=1
|
||||
noarch=yes
|
||||
depends="bash"
|
||||
short_desc="Bash Automated Testing System"
|
||||
maintainer="B. Wilson <x@wilsonb.com>"
|
||||
license="MIT"
|
||||
homepage="https://github.com/sstephenson/bats"
|
||||
distfiles="https://github.com/sstephenson/bats/archive/v${version}.tar.gz"
|
||||
checksum=480d8d64f1681eee78d1002527f3f06e1ac01e173b761bc73d0cf33f4dc1d8d7
|
||||
|
||||
do_install() {
|
||||
./install.sh "${DESTDIR}/usr"
|
||||
vlicense LICENSE
|
||||
}
|
Loading…
Reference in New Issue