summaryrefslogtreecommitdiff
path: root/repo/zathura-djvu
diff options
context:
space:
mode:
Diffstat (limited to 'repo/zathura-djvu')
-rw-r--r--repo/zathura-djvu/zathura-djvu.xibuild19
1 files changed, 19 insertions, 0 deletions
diff --git a/repo/zathura-djvu/zathura-djvu.xibuild b/repo/zathura-djvu/zathura-djvu.xibuild
new file mode 100644
index 0000000..f4e4d16
--- /dev/null
+++ b/repo/zathura-djvu/zathura-djvu.xibuild
@@ -0,0 +1,19 @@
+#!/bin/sh
+
+NAME="zathura-djvu"
+DESC="djvu plugin for zathura"
+
+MAKEDEPS=" meson zathura djvulibre"
+
+PKG_VER=0.2.9
+SOURCE="https://pwmt.org/projects/zathura-djvu/download/zathura-djvu-$PKG_VER.tar.xz"
+
+build() {
+ meson --prefix=/usr \
+ build
+ meson compile ${JOBS:+-j ${JOBS}} -C build
+}
+
+package() {
+ DESTDIR="$PKG_DEST" meson install --no-rebuild -C build
+}