From 88ab0aa8fd45d2fc2e45a71120a9ae8320a6d1fa Mon Sep 17 00:00:00 2001 From: "B. Wilson" Date: Mon, 12 Nov 2018 17:43:17 +0900 Subject: [PATCH] New package: bats-0.4.0 --- srcpkgs/bats/template | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 srcpkgs/bats/template diff --git a/srcpkgs/bats/template b/srcpkgs/bats/template new file mode 100644 index 00000000000..05f9b9f54e0 --- /dev/null +++ b/srcpkgs/bats/template @@ -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 " +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 +}