summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrick 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)
commitb70c4055c0cdb5b36f69ea3bf345d13f9ef351a8 (patch)
treee171112da46d3e4a6be89cefea131f3f3667e086
parent512cbb7a445848eb9055fa9343b7aff8a2106743 (diff)
Add ncurses packages
-rw-r--r--changelog23
-rwxr-xr-xmkpkgs17
2 files changed, 40 insertions, 0 deletions
diff --git a/changelog b/changelog
index c3812bb..8aaf761 100644
--- a/changelog
+++ b/changelog
@@ -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:
diff --git a/mkpkgs b/mkpkgs
index a044b4f..2d0f09d 100755
--- a/mkpkgs
+++ b/mkpkgs
@@ -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