#!/usr/bin/bash # JOBoRun : Jwm OpenBox Obarun RUNit # Maintainer : Joe Bo Run # PkgSource : url="https://gittea.disroot.org/joborun-pkg/jobcore/$pkgname" #-----------------------------------------| DESCRIPTION |--------------------------------------- pkgname=dialog pkgver=1.3_20220117 pkgrel=01 epoch=1 pkgdesc="A tool to display dialog boxes from shell scripts" arch=('x86_64') url="https://invisible-island.net/dialog/" depends=('sh' 'ncurses') provides=('libdialog.so') source=(https://invisible-mirror.net/archives/$pkgname/$pkgname-${pkgver/_/-}.tgz{,.asc}) build() { cd "$srcdir/$pkgname-${pkgver/_/-}" ./configure \ --prefix=/usr \ --enable-nls \ --with-libtool \ --with-ncursesw make } package() { cd "$srcdir/$pkgname-${pkgver/_/-}" make DESTDIR="$pkgdir" install-full } #---- license gpg-key sha256sums ---- license=('LGPL2.1') validpgpkeys=('19882D92DDA4C400C22C0D56CC2AF4472167BE03') # Thomas E. Dickey (self-signed w/o SHA1) sha256sums=(754cb6bf7dc6a9ac5c1f80c13caa4d976e30a5a6e8b46f17b3bb9b080c31041f # dialog-1.3-20220117.tgz 7779e01727b063d143dd59c408dd07683c8284196911bc139c5afd9083de5390) # dialog-1.3-20220117.tgz.asc