vp-build/srcpkgs/mawk/template

20 lines
619 B
Bash

# Template file for 'mawk'
pkgname=mawk
_distver=1.3.4
_datever=20161120
version=${_distver}.${_datever}
revision=1
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-mirror.net/archives/mawk/mawk-${_distver}-${_datever}.tgz"
checksum=361ec1bb4968c1f1f3b91b77493cf11b31c73ff8516f95db30e4dc28de180c1e
wrksrc=${pkgname}-${_distver}-${_datever}
provides="awk-0_1"
alternatives="
awk:awk:/usr/bin/mawk
awk:awk.1:/usr/share/man/man1/mawk.1"