summaryrefslogtreecommitdiffstats
path: root/dialog-ncurses.pkg/control
diff options
context:
space:
mode:
Diffstat (limited to 'dialog-ncurses.pkg/control')
-rw-r--r--dialog-ncurses.pkg/control8
1 files changed, 8 insertions, 0 deletions
diff --git a/dialog-ncurses.pkg/control b/dialog-ncurses.pkg/control
new file mode 100644
index 0000000..cd82575
--- /dev/null
+++ b/dialog-ncurses.pkg/control
@@ -0,0 +1,8 @@
+Architecture: any
+Platform: all
+Section: util
+Provides: dialog
+Depends: dialog-common (= ${Source-Version}), ${Shlib-Depends}
+Description: Program to display dialog boxes from shell scripts - ncurses
+ dialog is a program that will let you present a variety of questions or display
+ messages using dialog boxes from a shell script.