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"
17 _commit=84fd7d512366d1f30be73219f980624191e703c5 # tags/44.1^0
18 source=("git+https://gitlab.gnome.org/GNOME/gnome-user-docs.git#commit=$_commit")
23 git describe --tags | sed 's/[^-]*-g/r&/;s/-/+/g'
28 NOCONFIGURE=1 ./autogen.sh
33 ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
39 make DESTDIR="$pkgdir" install
42 # vim:set sw=2 sts=-1 et: