From 0c9f2eda39a24cc08e85d43af2324cceee2a7039 Mon Sep 17 00:00:00 2001 From: Jakub Jirutka Date: Wed, 14 Jul 2021 12:21:55 +0200 Subject: [PATCH] esh: new package --- srcpkgs/esh/template | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 srcpkgs/esh/template diff --git a/srcpkgs/esh/template b/srcpkgs/esh/template new file mode 100644 index 000000000000..f9595a2f363a --- /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 +}