[arch-commits] Commit in dialog/repos (testing-x86_64 testing-x86_64/PKGBUILD)
Evangelos Foutras
foutrelis at gemini.archlinux.org
Tue Nov 9 14:13:13 UTC 2021
Date: Tuesday, November 9, 2021 @ 14:13:12
Author: foutrelis
Revision: 427712
archrelease: copy trunk to testing-x86_64
Added:
dialog/repos/testing-x86_64/
dialog/repos/testing-x86_64/PKGBUILD
(from rev 427711, dialog/trunk/PKGBUILD)
----------+
PKGBUILD | 37 +++++++++++++++++++++++++++++++++++++
1 file changed, 37 insertions(+)
Copied: dialog/repos/testing-x86_64/PKGBUILD (from rev 427711, dialog/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2021-11-09 14:13:12 UTC (rev 427712)
@@ -0,0 +1,37 @@
+# Maintainer: Evangelos Foutras <evangelos at foutrelis.com>
+# Contributor: Stéphane Gaudreault <stephane at archlinux.org>
+# Contributor: Allan McRae <allan at archlinux.org>
+# Contributor: Andreas Radke <andyrtr at archlinux.org>
+
+pkgname=dialog
+pkgver=1.3_20211107
+pkgrel=1
+epoch=1
+pkgdesc="A tool to display dialog boxes from shell scripts"
+arch=('x86_64')
+url="https://invisible-island.net/dialog/"
+license=('LGPL2.1')
+depends=('sh' 'ncurses')
+provides=('libdialog.so')
+source=(https://invisible-mirror.net/archives/$pkgname/$pkgname-${pkgver/_/-}.tgz{,.asc})
+sha256sums=('af97fd6787af2bd6df15de4d1fa4b5d57e22bc7b4c82d35661c21adb9520fdec'
+ 'SKIP')
+validpgpkeys=('19882D92DDA4C400C22C0D56CC2AF4472167BE03') # Thomas E. Dickey (self-signed w/o SHA1) <dickey at invisible-island.net>
+
+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
+}
+
+# vim:set ts=2 sw=2 et:
More information about the arch-commits
mailing list