1 # Maintainer: Jan Alexander Steffens (heftig) <heftig@archlinux.org>
2 # Contributor: Ionut Biru <ibiru@archlinux.org>
4 pkgname=gnome-user-docs
7 pkgdesc="User documentation for GNOME"
8 url="https://gitlab.gnome.org/GNOME/gnome-user-docs"
12 makedepends=(yelp-tools git)
14 _commit=83bec24dc34b9a434a276924d5cddd09ae18b29a # tags/43.0^0
15 source=("git+https://gitlab.gnome.org/GNOME/gnome-user-docs.git#commit=$_commit")
20 git describe --tags | sed 's/[^-]*-g/r&/;s/-/+/g'
25 NOCONFIGURE=1 ./autogen.sh
30 ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
36 make DESTDIR="$pkgdir" install
39 # vim:set sw=2 sts=-1 et: