summaryrefslogtreecommitdiff
path: root/repo/zathura-djvu/zathura-djvu.xibuild
blob: f4e4d16c2bf695ba7c8c723d2173503503f1fad9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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
}