1 # Maintainer: Jan de Groot <jgc@archlinux.org>
2 # Contributor: AdriĆ Arrufat (archdria) <adria dot arrufat at protonmail ldot ch>
4 pkgname=libhttpseverywhere
7 pkgdesc="Leverage the power of HTTPS Everywhere"
8 url="https://git.gnome.org/browse/libhttpseverywhere"
11 depends=(libgee libxml2 libarchive libsoup glib2 json-glib)
12 makedepends=(meson vala gobject-introspection git)
13 _commit=905a79559ee01aa2c3d591cba6982cb5cf811216 # tags/0.8.2^0
14 source=("git+https://git.gnome.org/browse/libhttpseverywhere#commit=$_commit")
19 git describe --tags | sed 's/-/+/g'
27 arch-meson $pkgname build -Denable_valadoc=true
37 DESTDIR="$pkgdir" ninja -C build install