added findutils toolchain step
This commit is contained in:
7
build/findutils/package.env
Normal file
7
build/findutils/package.env
Normal file
@@ -0,0 +1,7 @@
|
||||
export FINDUTILS_VERSION=4.10.0
|
||||
|
||||
IFS='.' read -r FINDUTILS_VERSION_MAJOR FINDUTILS_VERSION_MINOR FINDUTILS_VERSION_PATCH <<< $FINDUTILS_VERSION
|
||||
export FINDUTILS_VERSION_MAJOR FINDUTILS_VERSION_MINOR FINDUTILS_VERSION_PATCH
|
||||
|
||||
export FINDUTILS_URL=https://mirror.ufs.ac.za/gnu/findutils/findutils-$FINDUTILS_VERSION.tar.xz
|
||||
|
||||
Reference in New Issue
Block a user