1 # Maintainer: Jan Alexander Steffens (heftig) <heftig@archlinux.org>
2 # Contributor: Jan de Groot <jgc@archlinux.org>
7 pkgdesc="Turn off all the lights"
8 url="https://wiki.gnome.org/Apps/Lightsoff"
11 depends=(gtk3 librsvg)
12 makedepends=(yelp-tools vala git meson)
14 _commit=ca05a49ff447a6d7fdfadd1921288e2d720f5c09 # tags/40.0.1^0
15 source=("git+https://gitlab.gnome.org/GNOME/lightsoff.git#commit=$_commit")
20 git describe --tags | sed 's/-/+/g'
28 arch-meson $pkgname build
29 meson compile -C build
33 meson test -C build --print-errorlogs
37 DESTDIR="$pkgdir" meson install -C build