21 lines
659 B
Bash
21 lines
659 B
Bash
# Template file for 'dialog'
|
|
pkgname=dialog
|
|
version=1.3.20240619
|
|
revision=1
|
|
_distver=${version%.*}
|
|
_date=${version##*.}
|
|
build_style=gnu-configure
|
|
configure_args="--with-ncursesw --disable-nls"
|
|
makedepends="ncurses-devel"
|
|
short_desc="Tool to display dialog boxes from shell scripts"
|
|
maintainer="icp <pangolin@vivaldi.net>"
|
|
license="LGPL-2.1-only"
|
|
homepage="https://invisible-island.net/dialog/"
|
|
changelog="https://invisible-island.net/dialog/CHANGES"
|
|
distfiles="https://invisible-mirror.net/archives/dialog/dialog-${_distver}-${_date}.tgz"
|
|
checksum=5d8c4318963db3fd383525340276e0e05ee3dea9a6686c20779f5433b199547d
|
|
|
|
post_install() {
|
|
rm -r ${DESTDIR}/usr/lib
|
|
}
|