void-packages/srcpkgs/dialog/template

21 lines
656 B
Bash

# Template file for 'dialog'
pkgname=dialog
_distver=1.3
_date=20181022
version="${_distver}.${_date}"
revision=1
wrksrc="${pkgname}-${_distver}-${_date}"
build_style=gnu-configure
configure_args="--with-ncursesw --disable-nls"
makedepends="ncurses-devel"
short_desc="A tool to display dialog boxes from shell scripts"
maintainer="maxice8 <thinkabit.ukim@gmail.com>"
license="LGPL-2.1-only"
homepage="https://invisible-island.net/dialog/"
distfiles="https://invisible-mirror.net/archives/${pkgname}/${pkgname}-${_distver}-${_date}.tgz"
checksum=d5f9282e701c52e1ae3784ebb33a1ba57202436832688c511414136fcb0dcdb3
post_install() {
rm -r ${DESTDIR}/usr/lib
}