Add gawk 5.3.0

This commit is contained in:
fosslinux 2024-01-27 15:37:15 +11:00
parent 10d2a72d16
commit ffbdd8bc18
5 changed files with 27 additions and 0 deletions

17
steps/gawk-5.3.0/pass1.sh Normal file
View file

@ -0,0 +1,17 @@
# SPDX-FileCopyrightText: 2024 fosslinux <fosslinux@aussies.space>
#
# SPDX-License-Identifier: GPL-3.0-or-later
src_prepare() {
default
# texinfo
rm doc/*.info
# bison
rm awkgram.c command.c
}
src_configure() {
./configure --prefix="${PREFIX}"
}