|
|
@@ -0,0 +1,61 @@
|
|
|
+{
|
|
|
+ "provides" : {
|
|
|
+ "lib:libreadline.so" : "as-expected",
|
|
|
+ "inc:readline/chardefs.h" : "as-expected",
|
|
|
+ "inc:readline/rltypedefs.h" : "as-expected",
|
|
|
+ "pc:history.pc" : "as-expected",
|
|
|
+ "lib:libreadline.so.8.3" : "as-expected",
|
|
|
+ "man:man3/history.3" : "as-expected",
|
|
|
+ "lib:libhistory.so.8" : "as-expected",
|
|
|
+ "res:doc/readline-8.3/README" : "as-expected",
|
|
|
+ "info:history.info" : "as-expected",
|
|
|
+ "res:doc/readline-8.3/history.html" : "as-expected",
|
|
|
+ "info:rluserman.info" : "as-expected",
|
|
|
+ "man:man3/readline.3" : "as-expected",
|
|
|
+ "res:doc/readline-8.3/CHANGES" : "as-expected",
|
|
|
+ "res:doc/readline-8.3/INSTALL" : "as-expected",
|
|
|
+ "res:doc/readline-8.3/rluserman.html" : "as-expected",
|
|
|
+ "inc:readline/readline.h" : "as-expected",
|
|
|
+ "inc:readline/rlconf.h" : "as-expected",
|
|
|
+ "lib:libreadline.so.8" : "as-expected",
|
|
|
+ "info:readline.info" : "as-expected",
|
|
|
+ "info:dir" : "as-expected",
|
|
|
+ "inc:readline/rlstdc.h" : "as-expected",
|
|
|
+ "lib:libhistory.so" : "as-expected",
|
|
|
+ "res:doc/readline-8.3/readline.html" : "as-expected",
|
|
|
+ "inc:readline/history.h" : "as-expected",
|
|
|
+ "inc:readline/tilde.h" : "as-expected",
|
|
|
+ "lib:libhistory.so.8.3" : "as-expected",
|
|
|
+ "pc:readline.pc" : "as-expected",
|
|
|
+ "inc:readline/keymaps.h" : "as-expected"
|
|
|
+ },
|
|
|
+ "flags" : [
|
|
|
+ "simpleBuildEnvironment"
|
|
|
+ ],
|
|
|
+ "summary" : "A library that provides command line editing and history capabilities",
|
|
|
+ "name" : "readline",
|
|
|
+ "md" : "PACKAGE.md",
|
|
|
+ "depends" : {
|
|
|
+ "build" : [
|
|
|
+ "bin:gcc",
|
|
|
+ "bin:make",
|
|
|
+ "pc:ncursesw.pc"
|
|
|
+ ],
|
|
|
+ "runtime" : [
|
|
|
+ "lib:libncursesw.so.6"
|
|
|
+ ],
|
|
|
+ "manage" : [
|
|
|
+ "bin:bash",
|
|
|
+ "bin:wget",
|
|
|
+ "bin:tar",
|
|
|
+ "bin:gzip"
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ "url" : "https://tiswww.case.edu/php/chet/readline/rltop.html",
|
|
|
+ "version" : "8.3",
|
|
|
+ "execs" : {
|
|
|
+ "build" : "usm-scripts/build.sh",
|
|
|
+ "install" : "usm-scripts/install.sh",
|
|
|
+ "acquire" : "usm-scripts/acquire.sh"
|
|
|
+ }
|
|
|
+}
|