21 lines
713 B
Bash
21 lines
713 B
Bash
# Template file for 'dialog'
|
|
pkgname=dialog
|
|
version=1.3.20210621
|
|
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=c3af22ccfcd9baca384062108dd9354e86990929ee270c239eef69518c5da7c8
|
|
|
|
post_install() {
|
|
rm -r ${DESTDIR}/usr/lib
|
|
}
|