# Template file for 'bish' pkgname=bish version=0.1 revision=2 build_style=gnu-makefile short_desc="Language that compiles to Bash" maintainer="Orphaned " license="MIT" homepage="https://github.com/tdenniston/bish" distfiles="https://github.com/tdenniston/bish/archive/v${version}.tar.gz" checksum=796d1efcbc9e8c7ea604881860aa8d857aad089c4eeb766283c21c210687942b do_check() { ./bish -r tests/tests.bish } do_install() { vbin bish vlicense LICENSE vdoc README.md }