21 lines
656 B
Bash
21 lines
656 B
Bash
# Template file for 'dialog'
|
|
pkgname=dialog
|
|
_distver=1.3
|
|
_date=20181107
|
|
version="${_distver}.${_date}"
|
|
revision=1
|
|
wrksrc="${pkgname}-${_distver}-${_date}"
|
|
build_style=gnu-configure
|
|
configure_args="--with-ncursesw --disable-nls"
|
|
makedepends="ncurses-devel"
|
|
short_desc="A tool to display dialog boxes from shell scripts"
|
|
maintainer="maxice8 <thinkabit.ukim@gmail.com>"
|
|
license="LGPL-2.1-only"
|
|
homepage="https://invisible-island.net/dialog/"
|
|
distfiles="https://invisible-mirror.net/archives/${pkgname}/${pkgname}-${_distver}-${_date}.tgz"
|
|
checksum=efeaca8027dda53a9f3cf6c7b5c1a77093825b7a9b85c23c0c6c96afc3506457
|
|
|
|
post_install() {
|
|
rm -r ${DESTDIR}/usr/lib
|
|
}
|