# Template file for 'gawk'
pkgname=gawk
version=5.3.0
revision=2
build_style=gnu-configure
configure_args="--with-readline --disable-pma"
makedepends="readline-devel"
short_desc="GNU awk utility"
maintainer="Enno Boland <gottox@voidlinux.org>"
license="GPL-3.0-or-later"
homepage="https://directory.fsf.org/wiki/Gawk"
changelog="https://git.savannah.gnu.org/cgit/gawk.git/plain/NEWS"
distfiles="${GNU_SITE}/gawk/gawk-${version}.tar.xz"
checksum=ca9c16d3d11d0ff8c69d79dc0b47267e1329a69b39b799895604ed447d3ca90b
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

	# This fixes tests on glibc, relevant tests on musl are disabled
	# because the locale command doesn't exist.
	vsed -i 's/en_US.ISO-8859-1//' test/localenl.sh
	vsed -i '/^LC_ALL=en_US.ISO-8859-1 passed$/d' test/localenl.ok

	case "$XBPS_TARGET_MACHINE" in
		*-musl)
			vsed -i 's/No child processes/No child process/' test/testext.ok
			vsed -i '/testext/d' test/Makefile
			vsed -i '/clos1way6/d' test/Makefile ;;
	esac
}

post_install() {
	rm ${DESTDIR}/usr/bin/awk
}
