summaryrefslogtreecommitdiff
path: root/community-testing/zathura-pdf-poppler/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community-testing/zathura-pdf-poppler/PKGBUILD')
-rw-r--r--community-testing/zathura-pdf-poppler/PKGBUILD25
1 files changed, 25 insertions, 0 deletions
diff --git a/community-testing/zathura-pdf-poppler/PKGBUILD b/community-testing/zathura-pdf-poppler/PKGBUILD
new file mode 100644
index 000000000..b1320b1cb
--- /dev/null
+++ b/community-testing/zathura-pdf-poppler/PKGBUILD
@@ -0,0 +1,25 @@
+# $Id: PKGBUILD 67819 2012-03-14 16:22:14Z spupykin $
+# Maintainer: Daniel Wallace <danielwallace at gtmanfred dot com>
+# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
+# Contributor: karnath <karnathtorjian@gmail.com>
+
+pkgname=zathura-pdf-poppler
+pkgver=0.2.1
+pkgrel=1
+pkgdesc="Adds pdf support to zathura by using the poppler engine"
+arch=('i686' 'x86_64')
+url="https://pwmt.org/projects/zathura/plugins/zathura-pdf-poppler/"
+license=('custom')
+depends=('poppler-glib' 'zathura')
+source=("https://pwmt.org/projects/zathura/plugins/download/$pkgname-$pkgver.tar.gz")
+md5sums=('6f36fe141f8e5e9e8d71eb143eaaa1c1')
+
+build() {
+ cd "${srcdir}/$pkgname-$pkgver"
+ make
+}
+package(){
+ cd "${srcdir}/$pkgname-$pkgver"
+ make DESTDIR="$pkgdir" install
+ install -Dm0644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}