void-packages/srcpkgs/vala/template
2012-06-24 19:26:06 +02:00

20 lines
758 B
Plaintext

# Template file for 'vala'
pkgname=vala
version=0.16.1
revision=1
build_style=gnu-configure
configure_args="--enable-vapigen"
makedepends="pkg-config flex libxslt>=0 glib-devel"
subpackages="libvala vala-devel"
short_desc="Compiler for the GObject type system"
maintainer="Juan RP <xtraeme@gmail.com>"
homepage="http://live.gnome.org/Vala"
license="LGPL-2.1"
distfiles="${GNOME_SITE}/vala/0.16/vala-$version.tar.xz"
checksum=8be28ff6347feecb391220ceb4e2209d32b697278e87ed7fc6c9fb1e9345e0d8
long_desc="
Vala is a new programming language that aims to bring modern programming
language features to GNOME developers without imposing any additional runtime
requirements and without using a different ABI compared to applications and
libraries written in C."