void-packages/srcpkgs/esh/template
2022-01-05 20:32:40 +01:00

17 lines
526 B
Bash

# Template file for 'esh'
pkgname=esh
version=0.3.1
revision=1
hostmakedepends="ruby-asciidoctor"
depends="virtual?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
}