eth0s/toolchain/17-gawk
2022-04-09 08:19:46 +08:00

10 lines
163 B
Text
Executable file

name=gawk
version=5.1.1
source="http://ftp.gnu.org/gnu/gawk/gawk-$version.tar.xz"
build() {
cd $name-$version
./configure --prefix=/tools
make
make install
}