[package] name = "readline" version = "8.3" description = "GNU readline library" url = "https://tiswww.case.edu/php/chet/readline/rltop.html" license = "GPL-3.0" [source] url = "https://ftp.gnu.org/gnu/readline/readline-${version}.tar.gz" sha256 = "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa" [dependencies] run = ["ncurses"] build = ["gcc", "make"] [build] system = "autotools" configure = """./configure --prefix=/usr --disable-static --with-curses""" make = """make SHLIB_LIBS='-lncursesw'""" install = """make SHLIB_LIBS='-lncursesw' DESTDIR=${PKG} install"""