18 lines
518 B
Bash
18 lines
518 B
Bash
|
# 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
|
||
|
}
|