19 lines
757 B
Text
19 lines
757 B
Text
# Template file for 'vala'
|
|
pkgname=vala
|
|
version=0.18.0
|
|
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=18cb2220ce7352a9dd71be058530f7d4a6c8215a1d9c471430af60a04496a60b
|
|
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."
|