void-packages/srcpkgs/mawk/template

21 lines
569 B
Plaintext
Raw Normal View History

2013-08-24 18:31:32 +00:00
# Template file for 'mawk'
pkgname=mawk
2014-04-13 19:52:35 +00:00
version=1.3.4.20131226
_vers=1.3.4-20131226
revision=2
2013-08-24 18:31:32 +00:00
build_style="gnu-configure"
short_desc="An interpreter for the AWK Programming Language"
2013-08-24 18:31:32 +00:00
maintainer="Ypnose <linuxienATlegtuxDOTorg>"
license="GPL-2"
2013-08-24 18:31:32 +00:00
homepage="http://invisible-island.net/mawk/mawk.html"
distfiles="http://invisible-island.net/datafiles/release/${pkgname}.tar.gz"
2014-04-13 19:52:35 +00:00
checksum=a89956b60c31dcd626271d1c4f17145fe738daa6e7d4b231320ee26d03a946fc
2013-08-24 18:31:32 +00:00
wrksrc=${pkgname}-${_vers}
provides="awk-0_1"
replaces="awk>=0"
post_install() {
ln -s mawk ${DESTDIR}/usr/bin/awk
}