void-packages/srcpkgs/dialog/template
2019-11-14 19:09:28 +01:00

20 lines
651 B
Bash

# Template file for 'dialog'
pkgname=dialog
_distver=1.3
_date=20191110
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=d92a7d0910404c02c908e3ce774ac652edc822f45c6536c7d72fafa10e1d0e63
post_install() {
rm -r ${DESTDIR}/usr/lib
}