1 # Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
2 # Maintainer: Jan Alexander Steffens (heftig) <heftig@archlinux.org>
3 # Contributor: Ionut Biru <ibiru@archlinux.org>
4 # Contributor: Timm Preetz <timm@preetz.us>
9 pkgdesc='Compiler for the GObject type system'
10 url='https://wiki.gnome.org/Projects/Vala'
34 libvala{,doc}-${pkgver%.*}.so
39 _commit=0b562610d85a2a5d56d489757c2c499d3e652b8c # tags/0.56.7^0
40 source=("git+https://gitlab.gnome.org/GNOME/vala.git#commit=$_commit")
45 git describe --tags | sed 's/[^-]*-g/r&/;s/-/+/g'
50 NOCONFIGURE=1 ./autogen.sh
55 ./configure --prefix=/usr
56 sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
67 make DESTDIR="$pkgdir" install
70 # vim:set sw=2 sts=-1 et: