summaryrefslogtreecommitdiff
path: root/repo/zathura-djvu/zathura-djvu.xibuild
diff options
context:
space:
mode:
authordavidovski <david@davidovski.xyz>2023-05-17 17:01:27 +0100
committerdavidovski <david@davidovski.xyz>2023-05-17 17:01:27 +0100
commit0d37a1ef234c38b27faba43bc3a22f985d311deb (patch)
treedde8df9f508e7323c3d7df599ceade7705c40acd /repo/zathura-djvu/zathura-djvu.xibuild
parentf29d569cd33a73da5ad675f43a34ad53c5cc9bc6 (diff)
Remove all firmware
Diffstat (limited to 'repo/zathura-djvu/zathura-djvu.xibuild')
-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
+}