added sed toolchain step
This commit is contained in:
7
build/sed/package.env
Normal file
7
build/sed/package.env
Normal file
@@ -0,0 +1,7 @@
|
||||
export SED_VERSION=4.9
|
||||
|
||||
IFS='.' read -r SED_VERSION_MAJOR SED_VERSION_MINOR <<< $SED_VERSION
|
||||
export SED_VERSION_MAJOR SED_VERSION_MINOR
|
||||
|
||||
export SED_URL=https://mirror.ufs.ac.za/gnu/sed/sed-$SED_VERSION.tar.xz
|
||||
|
||||
Reference in New Issue
Block a user