New package: runawk-1.5.1
This commit is contained in:
parent
7460a2299d
commit
5b6ce9533c
1 changed files with 20 additions and 0 deletions
20
srcpkgs/runawk/template
Normal file
20
srcpkgs/runawk/template
Normal file
|
@ -0,0 +1,20 @@
|
||||||
|
# Template file for 'runawk'
|
||||||
|
pkgname=runawk
|
||||||
|
version=1.5.1
|
||||||
|
revision=1
|
||||||
|
wrksrc="${pkgname}-${pkgname}-${version}"
|
||||||
|
build_style=gnu-makefile
|
||||||
|
make_cmd=mkcmake
|
||||||
|
make_install_args="MANDIR=/usr/share/man STRIPFLAG="
|
||||||
|
hostmakedepends="mk-configure perl"
|
||||||
|
depends="awk"
|
||||||
|
short_desc="Powerful wrapper for AWK interpreter"
|
||||||
|
maintainer="Christian Neukirchen <chneukirchen@gmail.com>"
|
||||||
|
license="MIT"
|
||||||
|
homepage="https://github.com/cheusov/runawk"
|
||||||
|
distfiles="https://github.com/cheusov/${pkgname}/archive/${pkgname}-${version}.tar.gz"
|
||||||
|
checksum=b4f7dc2bb200c0147ada4bdecad5cd19100eca64bb38fda97b8178243cb4da4b
|
||||||
|
|
||||||
|
post_install() {
|
||||||
|
vlicense doc/LICENSE
|
||||||
|
}
|
Loading…
Reference in a new issue