void-packages/srcpkgs/vala/template

20 lines
757 B
Plaintext
Raw Normal View History

2010-12-16 17:10:17 +01:00
# Template file for 'vala'
pkgname=vala
2012-11-14 10:57:41 +01:00
version=0.18.1
2012-06-24 19:26:06 +02:00
revision=1
build_style=gnu-configure
2010-12-16 17:10:17 +01:00
configure_args="--enable-vapigen"
2012-09-25 00:12:29 +02:00
makedepends="pkg-config flex libxslt glib-devel"
2012-06-24 19:26:06 +02:00
subpackages="libvala vala-devel"
2010-12-16 17:10:17 +01:00
short_desc="Compiler for the GObject type system"
maintainer="Juan RP <xtraeme@gmail.com>"
2011-06-02 08:56:30 +02:00
homepage="http://live.gnome.org/Vala"
license="LGPL-2.1"
2012-09-25 00:12:29 +02:00
distfiles="${GNOME_SITE}/vala/0.18/vala-${version}.tar.xz"
2012-11-14 10:57:41 +01:00
checksum=7f5e2e8ca03f9fa2cf13acaf93bfdc3a7ad0a10b000a337ba9c6bdc021bdca32
2010-12-16 17:10:17 +01:00
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."