20 lines
799 B
Text
20 lines
799 B
Text
# Template file for 'vala'
|
|
pkgname=vala
|
|
version=0.20.0
|
|
revision=1
|
|
build_style=gnu-configure
|
|
configure_args="--enable-vapigen"
|
|
hostmakedepends="pkg-config flex libxslt"
|
|
makedepends="libfl-devel libglib-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/${version%.*}/vala-${version}.tar.xz"
|
|
checksum=2c464ff5b567861b3116602891ff83439e570ce42d7c9b3b76e36adc17f2848c
|
|
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."
|