void-packages/srcpkgs/dialog/template
2021-06-11 16:21:27 -03:00

21 lines
713 B
Bash

# Template file for 'dialog'
pkgname=dialog
version=1.3.20210530
revision=1
_distver=${version%.*}
_date=${version##*.}
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/"
changelog="https://invisible-island.net/dialog/CHANGES"
distfiles="https://invisible-mirror.net/archives/${pkgname}/${pkgname}-${_distver}-${_date}.tgz"
checksum=1f62df6a48dac087b98452119e4cdfcaa3447b3eb5746b241e5632e1d57bfc4b
post_install() {
rm -r ${DESTDIR}/usr/lib
}