void-packages/srcpkgs/gawk/template
2019-04-13 08:47:39 -03:00

34 lines
794 B
Bash

# Template file for 'gawk'
pkgname=gawk
version=5.0.0
revision=1
build_style=gnu-configure
configure_args="--with-readline"
makedepends="readline-devel"
short_desc="GNU awk utility"
maintainer="Juan RP <xtraeme@voidlinux.org>"
license="GPL-3.0-or-later"
homepage="https://directory.fsf.org/wiki/Gawk"
distfiles="${GNU_SITE}/${pkgname}/${pkgname}-${version}.tar.xz"
checksum=50f091ed0eb485ad87dbb620d773a3e2c31a27f75f5e008f7bf065055f024406
lib32disabled=yes
provides="awk-0_1"
alternatives="
awk:awk:/usr/bin/gawk
awk:awk.1:/usr/share/man/man1/gawk.1"
pre_check() {
vsed -i 's/done | more/done/g' test/Makefile
case "$XBPS_TARGET_MACHINE" in
*-musl)
vsed -i '/testext/d' test/Makefile
vsed -i '/clos1way6/d' test/Makefile ;;
esac
}
post_install() {
rm ${DESTDIR}/usr/bin/awk
}