added patch toolchain step

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

7
build/patch/package.env Normal file
View File

@@ -0,0 +1,7 @@
export PATCH_VERSION=2.8
IFS='.' read -r PATCH_VERSION_MAJOR PATCH_VERSION_MINOR <<< $PATCH_VERSION
export PATCH_VERSION_MAJOR PATCH_VERSION_MINOR
export PATCH_URL=https://mirror.ufs.ac.za/gnu/patch/patch-$PATCH_VERSION.tar.xz