1 # Maintainer: Jan de Groot <jgc@archlinux.org>
6 pkgdesc="Simple library to read epub files using glib"
7 url="https://gitlab.gnome.org/GNOME/libgepub"
10 depends=(webkit2gtk libarchive)
11 makedepends=(git gtk-doc gobject-introspection meson)
12 _commit=ecca0e1e8f2c301b1ea769e618a92125ee934b57 # tags/0.6.0^0
13 source=("git+https://gitlab.gnome.org/GNOME/libgepub.git#commit=$_commit")
18 git describe --tags | sed 's/-/+/g'
26 arch-meson $pkgname build
31 meson test -C build --print-errorlogs
35 DESTDIR="$pkgdir" meson install -C build