bats: update to 1.1.0.
This commit is contained in:
parent
8bcdf4d78f
commit
b3f6efa3c1
1 changed files with 10 additions and 5 deletions
|
@ -1,17 +1,22 @@
|
||||||
# Template file for 'bats'
|
# Template file for 'bats'
|
||||||
pkgname=bats
|
pkgname=bats
|
||||||
version=0.4.0
|
version=1.1.0
|
||||||
revision=1
|
revision=1
|
||||||
noarch=yes
|
noarch=yes
|
||||||
|
wrksrc="bats-core-${version}"
|
||||||
depends="bash"
|
depends="bash"
|
||||||
short_desc="Bash Automated Testing System"
|
short_desc="Bash Automated Testing System"
|
||||||
maintainer="B. Wilson <x@wilsonb.com>"
|
maintainer="B. Wilson <x@wilsonb.com>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="https://github.com/sstephenson/bats"
|
homepage="https://github.com/bats-core/bats-core"
|
||||||
distfiles="https://github.com/sstephenson/bats/archive/v${version}.tar.gz"
|
distfiles="https://github.com/bats-core/bats-core/archive/v${version}.tar.gz"
|
||||||
checksum=480d8d64f1681eee78d1002527f3f06e1ac01e173b761bc73d0cf33f4dc1d8d7
|
checksum=855d8b8bed466bc505e61123d12885500ef6fcdb317ace1b668087364717ea82
|
||||||
|
|
||||||
|
do_check() {
|
||||||
|
bash -c 'bin/bats --tap test'
|
||||||
|
}
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
./install.sh "${DESTDIR}/usr"
|
./install.sh "${DESTDIR}/usr"
|
||||||
vlicense LICENSE
|
vlicense LICENSE.md
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue