void-packages/srcpkgs/dialog/template
2020-02-27 10:33:06 +01:00

20 lines
651 B
Bash

# Template file for 'dialog'
pkgname=dialog
_distver=1.3
_date=20191210
version="${_distver}.${_date}"
revision=1
wrksrc="${pkgname}-${_distver}-${_date}"
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/"
distfiles="https://invisible-mirror.net/archives/${pkgname}/${pkgname}-${_distver}-${_date}.tgz"
checksum=10f7c02ee5dea311e61b0d3e29eb6e18bcedd6fb6672411484c1a37729cbd7a6
post_install() {
rm -r ${DESTDIR}/usr/lib
}