added gawk toolchain step
This commit is contained in:
7
build/gawk/package.env
Normal file
7
build/gawk/package.env
Normal file
@@ -0,0 +1,7 @@
|
||||
export GAWK_VERSION=5.3.2
|
||||
|
||||
IFS='.' read -r GAWK_VERSION_MAJOR GAWK_VERSION_MINOR GAWK_VERSION_PATCH <<< $GAWK_VERSION
|
||||
export GAWK_VERSION_MAJOR GAWK_VERSION_MINOR GAWK_VERSION_PATCH
|
||||
|
||||
export GAWK_URL=https://mirror.ufs.ac.za/gnu/gawk/gawk-$GAWK_VERSION.tar.xz
|
||||
|
||||
Reference in New Issue
Block a user