From 736cd57fc429909037af49e301c2c3fd8ae5a67e Mon Sep 17 00:00:00 2001 From: Diogo Leal Date: Sun, 30 Aug 2015 20:19:38 -0300 Subject: [PATCH] New package: bish-0.1 --- srcpkgs/bish/template | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 srcpkgs/bish/template diff --git a/srcpkgs/bish/template b/srcpkgs/bish/template new file mode 100644 index 0000000000..71aae7c441 --- /dev/null +++ b/srcpkgs/bish/template @@ -0,0 +1,18 @@ +# Template file for 'bish' +pkgname=bish +version=0.1 +revision=1 +build_style=gnu-makefile +short_desc="A language that compiles to Bash" +maintainer="Diogo Leal " +license="MIT" +homepage="https://github.com/tdenniston/bish" +distfiles="https://github.com/tdenniston/bish/archive/v${version}.tar.gz" +checksum=796d1efcbc9e8c7ea604881860aa8d857aad089c4eeb766283c21c210687942b + +do_install(){ + vbin bish + vlicense LICENSE + vdoc README.md +} +