build: download the ncurses package

This commit is contained in:
Guy Shimko 2024-11-09 14:36:43 +02:00
parent d5e1dbb011
commit a962fbb441

View File

@ -10,6 +10,7 @@ PACKAGE_URLS=(
"https://ftp.gnu.org/pub/gnu/gmp/gmp-6.3.0.tar.xz"
"https://ftp.gnu.org/pub/gnu/mpfr/mpfr-4.2.1.tar.xz"
"https://ftp.gnu.org/gnu/gdb/gdb-15.2.tar.xz"
"https://ftp.gnu.org/pub/gnu/ncurses/ncurses-6.5.tar.gz"
)
function unpack_tarball() {