New package: esh
This commit is contained in:
parent
d3b57c72a5
commit
8c0b99b091
|
@ -0,0 +1,17 @@
|
|||
# Template file for 'esh'
|
||||
pkgname=esh
|
||||
version=0.3.1
|
||||
revision=1
|
||||
hostmakedepends="ruby-asciidoctor"
|
||||
depends="awk sed"
|
||||
short_desc="Simple templating engine based on shell"
|
||||
maintainer="Jakub Jirutka <jakub@jirutka.cz>"
|
||||
license="MIT"
|
||||
homepage="https://github.com/jirutka/esh"
|
||||
distfiles="https://github.com/jirutka/esh/archive/v${version}/${pkgname}-${version}.tar.gz"
|
||||
checksum="62606e755fbd78a92f2f0a5fd4bc6095b593936d9ffdbeaf8125b222fcb0ec1c"
|
||||
|
||||
do_install() {
|
||||
make install prefix=/usr DESTDIR=$DESTDIR
|
||||
vlicense LICENSE
|
||||
}
|
Loading…
Reference in New Issue