# Template file for 'bats' pkgname=bats version=1.11.1 revision=1 depends="bash" checkdepends="procps-ng" short_desc="Bash Automated Testing System" maintainer="Piraty " license="MIT" homepage="https://github.com/bats-core/bats-core" distfiles="https://github.com/bats-core/bats-core/archive/v${version}.tar.gz" checksum=5c57ed9616b78f7fd8c553b9bae3c7c9870119edd727ec17dbd1185c599f79d9 pre_check() { export TERM=linux } do_check() { ./bin/bats --print-output-on-failure --tap test } do_install() { ./install.sh "${DESTDIR}/usr" } post_install() { vlicense LICENSE.md }