added bash toolchain step & formatted

This commit is contained in:
ag-tsotetsi
2026-02-08 11:32:47 +02:00
parent 0fdf14d5f0
commit 2be0dc5c18
3 changed files with 82 additions and 26 deletions

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

@@ -0,0 +1,7 @@
export BASH_VERSION=5.3
IFS='.' read -r BASH_VERSION_MAJOR BASH_VERSION_MINOR <<< $BASH_VERSION
export BASH_VERSION_MAJOR BASH_VERSION_MINOR
export BASH_URL=https://mirror.ufs.ac.za/gnu/bash/bash-$BASH_VERSION.tar.gz