void-packages/srcpkgs/dialog/template
2021-05-29 22:32:59 +02:00

21 lines
713 B
Bash

# Template file for 'dialog'
pkgname=dialog
version=1.3.20210509
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=ae478fe7d5fca82bcf4b51684641e07d2ee68489d319710fe1e81f41a197bd66
post_install() {
rm -r ${DESTDIR}/usr/lib
}