mawk: switch this to alternatives for 'awk'.

This commit is contained in:
Juan RP 2015-10-31 11:06:54 +01:00
parent 92d22586d8
commit b9b9670d14
1 changed files with 5 additions and 1 deletions

View File

@ -3,7 +3,7 @@ pkgname=mawk
_distver=1.3.4
_datever=20150503
version=${_distver}.${_datever}
revision=2
revision=3
build_style="gnu-configure"
short_desc="An interpreter for the AWK Programming Language"
maintainer="Ypnose <ypnose@voidlinux.eu>"
@ -12,3 +12,7 @@ homepage="http://invisible-island.net/mawk/mawk.html"
distfiles="http://invisible-island.net/datafiles/release/${pkgname}.tar.gz"
checksum=461673c7c4572e1e67e69e7bf7582e02d3c175b814485f2aa52c2c28099b3c6f
wrksrc=${pkgname}-${_distver}-${_datever}
alternatives="
awk:/usr/bin/awk:/usr/bin/mawk
awk:/usr/share/man/man1/awk.1:/usr/share/man/man1/mawk.1"