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