# Contributor: Rasmus Thomsen # Contributor: Natanael Copa # Maintainer: Rasmus Thomsen pkgname=vala pkgver=0.46.1 pkgrel=0 pkgdesc="Compiler for the GObject type system" url="https://wiki.gnome.org/Projects/Vala" arch="all" license="LGPL-2.0-or-later" subpackages="$pkgname-doc" depends="glib-dev" makedepends="libxslt-dev bash flex bison gobject-introspection-dev graphviz-dev" checkdepends="dbus-x11" source="https://download.gnome.org/sources/vala/${pkgver%.*}/vala-$pkgver.tar.xz" build() { cd "$builddir" ./configure \ --build=$CBUILD \ --host=$CHOST \ --prefix=/usr make } check() { cd "$builddir" make check } package() { cd "$builddir" make DESTDIR="$pkgdir" install } sha512sums="f623afcea7b5b861c122962a76addce3ef83b3a08104635644b034e72113732a6c631b3397fd91e17a73258eec152a21b9be1c29f19a722b765eeffa75e98321 vala-0.46.1.tar.xz"