New package: esh

This commit is contained in:
Jakub Jirutka 2021-07-14 12:21:55 +02:00 committed by Leah Neukirchen
parent d3b57c72a5
commit 8c0b99b091

17
srcpkgs/esh/template Normal file
View file

@ -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
}