void-packages/srcpkgs/vala/template
2012-11-14 10:57:41 +01:00

20 lines
757 B
Plaintext

# Template file for 'vala'
pkgname=vala
version=0.18.1
revision=1
build_style=gnu-configure
configure_args="--enable-vapigen"
makedepends="pkg-config flex libxslt 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.18/vala-${version}.tar.xz"
checksum=7f5e2e8ca03f9fa2cf13acaf93bfdc3a7ad0a10b000a337ba9c6bdc021bdca32
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."