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