d78cb0d201
some packages were dropped but their maintainer= was not updated in template. this will help new maintainers adopt these packages. -> https://github.com/void-linux/void-packages/pull/13930#issuecomment-524610652
20 lines
651 B
Bash
20 lines
651 B
Bash
# Template file for 'dialog'
|
|
pkgname=dialog
|
|
_distver=1.3
|
|
_date=20190808
|
|
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=886e12f2cf3df36cde65f32f6ae52bc598eb2599a611b1d8ce5dfdea599e47e2
|
|
|
|
post_install() {
|
|
rm -r ${DESTDIR}/usr/lib
|
|
}
|