1 # Maintainer: Evangelos Foutras <evangelos@foutrelis.com>
2 # Contributor: Stéphane Gaudreault <stephane@archlinux.org>
3 # Contributor: Allan McRae <allan@archlinux.org>
4 # Contributor: Andreas Radke <andyrtr@archlinux.org>
10 pkgdesc="A tool to display dialog boxes from shell scripts"
12 url="https://invisible-island.net/dialog/"
14 depends=('sh' 'ncurses')
15 provides=('libdialog.so')
16 source=(https://invisible-mirror.net/archives/$pkgname/$pkgname-${pkgver/_/-}.tgz{,.asc})
17 sha256sums=('0c26282305264be2217f335f3798f48b1dce3cf12c5a076bf231cadf77a6d6a8'
19 validpgpkeys=('19882D92DDA4C400C22C0D56CC2AF4472167BE03') # Thomas E. Dickey (self-signed w/o SHA1) <dickey@invisible-island.net>
22 cd "$srcdir/$pkgname-${pkgver/_/-}"
33 cd "$srcdir/$pkgname-${pkgver/_/-}"
34 make DESTDIR="$pkgdir" install-full
37 # vim:set ts=2 sw=2 et: