Files
buildroot/package/dialog/Config.in
Francois Perrad 8f940235c0 package/dialog: bump to version 1.3-20251001
For release notes, see:
https://invisible-mirror.net/dialog/CHANGES.html#t20251001

This commit also updates the Config.in package homepage URL
to use https.

Signed-off-by: Francois Perrad <francois.perrad@gadz.org>
[Julien:
 - add link to release notes
 - add link to pgp signature in hash file
]
Signed-off-by: Julien Olivain <ju.o@free.fr>
2025-12-13 13:31:38 +01:00

15 lines
476 B
Plaintext

config BR2_PACKAGE_DIALOG
bool "dialog"
depends on BR2_USE_MMU # fork()
select BR2_PACKAGE_NCURSES
select BR2_PACKAGE_LIBICONV if !BR2_ENABLE_LOCALE
help
dialog - display dialog boxes from shell scripts
This application provides a method of displaying several
different types of dialog boxes from shell scripts. This
allows a developer of a script to interact with the user in a
much friendlier manner.
https://invisible-island.net/dialog/dialog.html