# Template file for 'valabind'
pkgname=valabind
version=0.7.2
revision=1
build_style=gnu-makefile
fulldepends="pkg-config vala-devel>=0.18 glib-devel"
short_desc="Tool to transform vala source files to swig, GIR or GEAR"
maintainer="Juan RP <xtraeme@gmail.com>"
license="LGPL-3"
homepage="http://radare.org"
distfiles="${homepage}/get/${pkgname}-${version}.tar.gz"
checksum=99bebad1ab8d44111b862aa8569a53f41a9c183954100467e30f77e29aa36102
long_desc="
 Valabind is a tool to parse vala[1] or vapi files to transform
 them into swig interface files, C++ source files, GIR or GEAR.

 With swig, you can create language bindings for any API
 written in vala or C with a vapi interface.

 It can also generate bindings for C++ and v8-GearBox."