19 lines
608 B
Bash
19 lines
608 B
Bash
# Template file for 'mawk'
|
|
pkgname=mawk
|
|
_distver=1.3.4
|
|
_datever=20150503
|
|
version=${_distver}.${_datever}
|
|
revision=5
|
|
build_style="gnu-configure"
|
|
short_desc="An interpreter for the AWK Programming Language"
|
|
maintainer='Juan RP <xtraeme@voidlinux.eu>'
|
|
license="GPL-2"
|
|
homepage="http://invisible-island.net/mawk/mawk.html"
|
|
distfiles="http://invisible-island.net/datafiles/release/${pkgname}.tar.gz"
|
|
checksum=461673c7c4572e1e67e69e7bf7582e02d3c175b814485f2aa52c2c28099b3c6f
|
|
wrksrc=${pkgname}-${_distver}-${_datever}
|
|
|
|
provides="awk-0_1"
|
|
alternatives="
|
|
awk:awk:/usr/bin/mawk
|
|
awk:awk.1:/usr/share/man/man1/mawk.1"
|