1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26
# readline - GNU readline library # https://tiswww.case.edu/php/chet/readline/rltop.html [package] name = "readline" version = "8.2" release = 1 description = "GNU readline library for command line editing" url = "https://tiswww.case.edu/php/chet/readline/rltop.html" license = "GPL-3.0" maintainer = "Chris Tusa <chris.tusa@leafscale.com>" arch = "x86_64" [dependencies] runtime = ["ncurses"] build = ["ncurses"] [[source]] file = "readline-8.2.tar.gz" urls = ["https://ftp.gnu.org/gnu/readline/readline-8.2.tar.gz"] checksum = "3feb7171f16a84ee82ca18a36d7b9be109a52c04f492a053331d7d1095007c35" [build] parallel = true jobs = 0