1 # Maintainer: Jan Alexander Steffens (heftig) <heftig@archlinux.org>
6 pkgdesc="Document transformations from Yelp"
7 url="https://gitlab.gnome.org/GNOME/yelp-xsl"
10 makedepends=(itstool git)
11 _commit=1658a8eb59a296d9e7b7116fbc79ca778b702e14 # tags/42.1^0
12 source=("git+https://gitlab.gnome.org/GNOME/yelp-xsl.git#commit=$_commit")
17 git describe --tags | sed 's/[^-]*-g/r&/;s/-/+/g'
22 NOCONFIGURE=1 ./autogen.sh
27 ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
33 make DESTDIR="$pkgdir" install
36 # vim:set sw=2 sts=-1 et: