vp-build/srcpkgs/dialog/template

21 lines
672 B
Bash

# Template file for 'dialog'
pkgname=dialog
version=1.3.20220728
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/${pkgname}/${pkgname}-${_distver}-${_date}.tgz"
checksum=54418973d559a461b00695fafe68df62f2bc73d506b436821d77ca3df454190b
post_install() {
rm -r ${DESTDIR}/usr/lib
}