1 # Maintainer: Jan Alexander Steffens (heftig) <heftig@archlinux.org>
8 url="https://wiki.gnome.org/Projects/dconf"
12 makedepends=(vala meson git)
13 _commit=886181423ba8e93e766087425a0f2066f450cab1 # tags/3.38.3^0
14 source=("git+https://gitlab.gnome.org/GNOME/dconf-editor.git#commit=$_commit")
19 git describe --tags | sed 's/-/+/g'
27 arch-meson $pkgname build
28 meson compile -C build
32 meson test -C build --print-errorlogs
36 DESTDIR="$pkgdir" meson install -C build
39 # vim:set ts=2 sw=2 et: