mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
mawk: update to 1.3.4.20171017.
This commit is contained in:
parent
7c7c205d16
commit
74ebe40242
1 changed files with 6 additions and 5 deletions
|
@ -1,19 +1,20 @@
|
||||||
# Template file for 'mawk'
|
# Template file for 'mawk'
|
||||||
pkgname=mawk
|
pkgname=mawk
|
||||||
_distver=1.3.4
|
_distver=1.3.4
|
||||||
_datever=20161120
|
_datever=20171017
|
||||||
version=${_distver}.${_datever}
|
version=${_distver}.${_datever}
|
||||||
revision=1
|
revision=1
|
||||||
build_style="gnu-configure"
|
build_style="gnu-configure"
|
||||||
short_desc="An interpreter for the AWK Programming Language"
|
short_desc="An interpreter for the AWK Programming Language"
|
||||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
license="GPL-2"
|
license="GPL-2.0-only"
|
||||||
homepage="http://invisible-island.net/mawk/mawk.html"
|
homepage="http://invisible-island.net/mawk/mawk.html"
|
||||||
distfiles="http://invisible-mirror.net/archives/mawk/mawk-${_distver}-${_datever}.tgz"
|
distfiles="http://invisible-mirror.net/archives/mawk/mawk-${_distver}-${_datever}.tgz"
|
||||||
checksum=361ec1bb4968c1f1f3b91b77493cf11b31c73ff8516f95db30e4dc28de180c1e
|
checksum=db17115d1ed18ed1607c8b93291db9ccd4fe5e0f30d2928c3c5d127b23ec9e5b
|
||||||
wrksrc=${pkgname}-${_distver}-${_datever}
|
wrksrc="${pkgname}-${_distver}-${_datever}"
|
||||||
|
|
||||||
provides="awk-0_1"
|
provides="awk-0_1"
|
||||||
alternatives="
|
alternatives="
|
||||||
awk:awk:/usr/bin/mawk
|
awk:awk:/usr/bin/mawk
|
||||||
awk:awk.1:/usr/share/man/man1/mawk.1"
|
awk:awk.1:/usr/share/man/man1/mawk.1
|
||||||
|
"
|
||||||
|
|
Loading…
Add table
Reference in a new issue