1 # Maintainer: Jan Alexander Steffens (heftig) <heftig@archlinux.org>
2 # Contributor: Jan de Groot <jgc@archlinux.org>
4 pkgname=gnome-devel-docs
7 pkgdesc="Developer documentation for GNOME"
8 url="https://gitlab.gnome.org/GNOME/gnome-devel-docs"
12 makedepends=(yelp-tools git)
14 _commit=6032dcd16a893c9e6463af9a3b0f0e505d0ce1ce # tags/40.3^0
15 source=("git+https://gitlab.gnome.org/GNOME/gnome-devel-docs.git#commit=$_commit")
20 git describe --tags | sed 's/-/+/g'
30 ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
36 make DESTDIR="$pkgdir" install