20 lines
651 B
Bash
20 lines
651 B
Bash
# Template file for 'dialog'
|
|
pkgname=dialog
|
|
_distver=1.3
|
|
_date=20200228
|
|
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=9ff8c41d1eee9e15d14fde3109d4612b1fe6dbe71fe2c3e743bcfff5e25c1fd9
|
|
|
|
post_install() {
|
|
rm -r ${DESTDIR}/usr/lib
|
|
}
|