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.20190203.
This commit is contained in:
parent
7745e2a4e6
commit
75b69c01a3
2 changed files with 8 additions and 9 deletions
|
@ -1,20 +1,18 @@
|
||||||
# Template file for 'mawk'
|
# Template file for 'mawk'
|
||||||
pkgname=mawk
|
pkgname=mawk
|
||||||
_distver=1.3.4
|
version=1.3.4.20190203
|
||||||
_datever=20171017
|
|
||||||
version=${_distver}.${_datever}
|
|
||||||
revision=1
|
revision=1
|
||||||
|
_distver="${version%.*}-${version##*.}"
|
||||||
|
wrksrc="${pkgname}-${_distver}"
|
||||||
build_style="gnu-configure"
|
build_style="gnu-configure"
|
||||||
short_desc="An interpreter for the AWK Programming Language"
|
short_desc="Interpreter for the AWK Programming Language"
|
||||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||||
license="GPL-2.0-only"
|
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}.tgz"
|
||||||
checksum=db17115d1ed18ed1607c8b93291db9ccd4fe5e0f30d2928c3c5d127b23ec9e5b
|
checksum=daacb314029185bbef86b0df5627ad8591378d420fc32236f99f15a9a8a6b840
|
||||||
wrksrc="${pkgname}-${_distver}-${_datever}"
|
|
||||||
|
|
||||||
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
|
||||||
"
|
"
|
||||||
|
provides="awk-0_1"
|
||||||
|
|
1
srcpkgs/mawk/update
Normal file
1
srcpkgs/mawk/update
Normal file
|
@ -0,0 +1 @@
|
||||||
|
pattern='(?<!-)\b\Q'"$pkgname"'\E[-_]?((src|source)[-_])?\K([^/_\s]*?\d[^/_\s]*?)(?=(?:[-_.](?:src|source|orig))?\.(?:[jt]ar|shar|t[bglx]z|tbz2|zip))\b'
|
Loading…
Add table
Reference in a new issue