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=11cf27a4d0bd69607b462e7713046ec9c4deb9dc # tags/41.1^0
15 source=("git+https://gitlab.gnome.org/GNOME/gnome-user-docs.git#commit=$_commit")
20 git describe --tags | sed 's/-/+/g'
25 NOCONFIGURE=1 ./autogen.sh
31 ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
37 make DESTDIR="$pkgdir" install