diff --git a/srcpkgs/esh/template b/srcpkgs/esh/template new file mode 100644 index 0000000000..f9595a2f36 --- /dev/null +++ b/srcpkgs/esh/template @@ -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 " +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 +}