[package] name = "ncurses" version = "6.5" description = "Terminal handling library" url = "https://invisible-island.net/ncurses/" license = "MIT" [source] url = "https://invisible-island.net/datafiles/release/ncurses-${version}.tar.gz" sha256 = "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa" [dependencies] run = ["glibc"] build = ["gcc", "make"] [build] system = "autotools" configure = """./configure --prefix=/usr --mandir=/usr/share/man --with-shared --without-debug --without-normal --with-cxx-shared --enable-pc-files --with-pkg-config-libdir=/usr/lib/pkgconfig""" make = """make""" install = """make DESTDIR=${PKG} install"""