added ncurses toolchain step
This commit is contained in:
7
build/ncurses/package.env
Normal file
7
build/ncurses/package.env
Normal file
@@ -0,0 +1,7 @@
|
||||
export NCURSES_VERSION=6.6
|
||||
|
||||
IFS='.' read -r NCURSES_VERSION_MAJOR NCURSES_VERSION_MINOR NCURSES_VERSION_PATCH <<< $NCURSES_VERSION
|
||||
export NCURSES_VERSION_MAJOR NCURSES_VERSION_MINOR NCURSES_VERSION_PATCH
|
||||
|
||||
export NCURSES_URL=https://mirror.ufs.ac.za/gnu/ncurses/ncurses-$NCURSES_VERSION.tar.gz
|
||||
|
||||
Reference in New Issue
Block a user