void-packages/srcpkgs/mawk/template
2019-11-05 22:23:09 +01:00

18 lines
600 B
Bash

# Template file for 'mawk'
pkgname=mawk
version=1.3.4.20190203
revision=1
_distver="${version%.*}-${version##*.}"
wrksrc="${pkgname}-${_distver}"
build_style="gnu-configure"
short_desc="Interpreter for the AWK Programming Language"
maintainer="Orphaned <orphan@voidlinux.org>"
license="GPL-2.0-only"
homepage="http://invisible-island.net/mawk/mawk.html"
distfiles="http://invisible-mirror.net/archives/mawk/mawk-${_distver}.tgz"
checksum=daacb314029185bbef86b0df5627ad8591378d420fc32236f99f15a9a8a6b840
alternatives="
awk:awk:/usr/bin/mawk
awk:awk.1:/usr/share/man/man1/mawk.1
"
provides="awk-0_1"