diff options
author | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2021-01-10 05:56:45 (EST) |
---|---|---|
committer | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2021-01-10 05:56:45 (EST) |
commit | b70c4055c0cdb5b36f69ea3bf345d13f9ef351a8 (patch) | |
tree | e171112da46d3e4a6be89cefea131f3f3667e086 | |
parent | 512cbb7a445848eb9055fa9343b7aff8a2106743 (diff) |
Add ncurses packages
-rw-r--r-- | changelog | 23 | ||||
-rwxr-xr-x | mkpkgs | 17 |
2 files changed, 40 insertions, 0 deletions
@@ -1,3 +1,26 @@ +malt (1:1.1) trunk + + * New packages: + + libform.6 + + libformw.6 + + libmenu.6 + + libmenuw.6 + + libncurses++.5 + + libncurses++.6 + + libncurses++w.5 + + libncurses++w.6 + + libncurses.5 + + libncurses.6 + + libncursesw.5 + + libncursesw.6 + + libpanel.6 + + libpanelw.6 + + libtic.6 + + libtinfo.5 + + libtinfo.6 + + -- Patrick McDermott <patrick.mcdermott@libiquity.com> Sun, 10 Jan 2021 05:55:42 -0500 + malt (1:1.0) trunk * Initial release, with: @@ -4,6 +4,23 @@ set -eu PKGS=' libcurl.4 + libform.6 + libformw.6 + libmenu.6 + libmenuw.6 + libncurses++.5 + libncurses++.6 + libncurses++w.5 + libncurses++w.6 + libncurses.5 + libncurses.6 + libncursesw.5 + libncursesw.6 + libpanel.6 + libpanelw.6 + libtic.6 + libtinfo.5 + libtinfo.6 ' for pkg in ${PKGS}; do |