summaryrefslogtreecommitdiff
path: root/community/zathura-djvu/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/zathura-djvu/PKGBUILD')
-rw-r--r--community/zathura-djvu/PKGBUILD21
1 files changed, 21 insertions, 0 deletions
diff --git a/community/zathura-djvu/PKGBUILD b/community/zathura-djvu/PKGBUILD
new file mode 100644
index 000000000..4d6635ff7
--- /dev/null
+++ b/community/zathura-djvu/PKGBUILD
@@ -0,0 +1,21 @@
+# $Id: PKGBUILD 67824 2012-03-14 16:28:32Z spupykin $
+# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
+# Contributor: karnath <karnathtorjian@gmail.com>
+
+pkgname=zathura-djvu
+pkgver=0.1.0
+pkgrel=1
+pkgdesc="Adds DjVu support to zathura by using the djvulibre library"
+arch=('i686' 'x86_64')
+url="https://pwmt.org/projects/zathura/plugins/zathura-djvu/"
+license=('custom')
+depends=('djvulibre' 'zathura')
+source=(https://pwmt.org/projects/zathura/plugins/download/zathura-djvu-$pkgver.tar.gz)
+md5sums=('be4d5966ba353f83b261a389789e0260')
+
+build(){
+ cd ${srcdir}/zathura-djvu-$pkgver
+ make
+ make DESTDIR="$pkgdir" install
+}
+