From c82e88dd00d1b0b7fcfb4e5628d99611388cef6f Mon Sep 17 00:00:00 2001 From: rawnix ports Date: Sat, 26 Sep 2026 18:19:05 +0000 Subject: sync 2026-09-26 18:19 UTC 1672 files changed, 151396 insertions(+) --- opt/dialog/MAKEPKG | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 opt/dialog/MAKEPKG (limited to 'opt/dialog/MAKEPKG') diff --git a/opt/dialog/MAKEPKG b/opt/dialog/MAKEPKG new file mode 100644 index 0000000..6a6c659 --- /dev/null +++ b/opt/dialog/MAKEPKG @@ -0,0 +1,31 @@ +#!/bin/mkpkg +# description: A tool to display dialog boxes from shell scripts +# url: https://invisible-island.net/dialog/ + +name=dialog +version=1.3-20251001 +release=1 +depends=(ncurses) +source=(https://invisible-mirror.net/archives/$name/$name-$version.tgz) + +sha256sums=( + "bee47347a983312facc4dbcccd7fcc86608d684e1f119d9049c4692213db96c3" +) + +build() { + cd $name-$version + + ./configure \ + --prefix=/usr \ + --with-ncursesw + + make + make DESTDIR=$PKG install +} + +signify() { + untrusted comment: public key + RWTZ9IduCSQ/mL8337TEUinPwT92xFEUpD92hkS7IxcOnzTt9QdpohT3 +} + +# vim: filetype=sh -- cgit v1.3.1