void-packages/srcpkgs/mawk/template
2014-10-27 18:45:00 +00:00

22 lines
605 B
Plaintext

# Template file for 'mawk'
pkgname=mawk
_distver=1.3.4
_datever=20141027
version=${_distver}.${_datever}
revision=1
build_style="gnu-configure"
short_desc="An interpreter for the AWK Programming Language"
maintainer="Ypnose <linuxienATlegtuxDOTorg>"
license="GPL-2"
homepage="http://invisible-island.net/mawk/mawk.html"
distfiles="http://invisible-island.net/datafiles/release/${pkgname}.tar.gz"
checksum=a88f50c1a0800ae6d2cedb0672b15bd32cc57e482715ca7c1471fb398e89767a
wrksrc=${pkgname}-${_distver}-${_datever}
provides="awk-0_1"
replaces="awk>=0"
post_install() {
ln -s mawk ${DESTDIR}/usr/bin/awk
}