void-packages/srcpkgs/dialog/template
2021-04-08 23:00:20 +02:00

21 lines
713 B
Bash

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