New package: bish-0.1
This commit is contained in:
parent
d4ecb015e3
commit
736cd57fc4
1 changed files with 18 additions and 0 deletions
18
srcpkgs/bish/template
Normal file
18
srcpkgs/bish/template
Normal file
|
@ -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 <diogo@diogoleal.com>"
|
||||
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
|
||||
}
|
||||
|
Loading…
Reference in a new issue