21 lines
664 B
Bash
21 lines
664 B
Bash
# Template file for 'dialog'
|
|
pkgname=dialog
|
|
version=1.3.20230209
|
|
revision=1
|
|
_distver=${version%.*}
|
|
_date=${version##*.}
|
|
build_style=gnu-configure
|
|
configure_args="--with-ncursesw --disable-nls"
|
|
makedepends="ncurses-devel"
|
|
short_desc="Tool to display dialog boxes from shell scripts"
|
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
|
license="LGPL-2.1-only"
|
|
homepage="https://invisible-island.net/dialog/"
|
|
changelog="https://invisible-island.net/dialog/CHANGES"
|
|
distfiles="https://invisible-mirror.net/archives/dialog/dialog-${_distver}-${_date}.tgz"
|
|
checksum=0c26282305264be2217f335f3798f48b1dce3cf12c5a076bf231cadf77a6d6a8
|
|
|
|
post_install() {
|
|
rm -r ${DESTDIR}/usr/lib
|
|
}
|