[arch-commits] Commit in pdfgrep/repos (2 files)

Felix Yan felixonmars at archlinux.org
Tue Jul 7 17:40:17 UTC 2020


    Date: Tuesday, July 7, 2020 @ 17:40:16
  Author: felixonmars
Revision: 659827

archrelease: copy trunk to community-staging-x86_64

Added:
  pdfgrep/repos/community-staging-x86_64/
  pdfgrep/repos/community-staging-x86_64/PKGBUILD
    (from rev 659825, pdfgrep/trunk/PKGBUILD)

----------+
 PKGBUILD |   31 +++++++++++++++++++++++++++++++
 1 file changed, 31 insertions(+)

Copied: pdfgrep/repos/community-staging-x86_64/PKGBUILD (from rev 659825, pdfgrep/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2020-07-07 17:40:16 UTC (rev 659827)
@@ -0,0 +1,31 @@
+# Maintainer: schuay <jakob.gruber at gmail.com>
+# Contributor: Gabriel B. Casella <gbc921 at gmail.com>
+# Contributor: josephgbr <rafael.f.f1 at gmail.com>
+
+pkgname=pdfgrep
+pkgver=2.1.2
+pkgrel=2
+pkgdesc="A tool to search text in PDF files"
+arch=('x86_64')
+url="http://pdfgrep.sourceforge.net/"
+license=('GPL')
+depends=('poppler')
+source=(https://pdfgrep.org/download/${pkgname}-${pkgver}.tar.gz)
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make -k check
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir/" install
+}
+
+md5sums=('d66b1da66f427f68fa3b99d077806583')



More information about the arch-commits mailing list