added sed toolchain step

This commit is contained in:
ag-tsotetsi
2026-02-08 12:04:27 +02:00
parent 86df2512be
commit aefa198475
2 changed files with 54 additions and 0 deletions

7
build/sed/package.env Normal file
View 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