void-packages/srcpkgs/valabind/template

21 lines
725 B
Text
Raw Normal View History

2011-12-17 14:11:43 +00:00
# Template file for 'valabind'
pkgname=valabind
2012-08-10 12:56:38 +00:00
version=0.7
revision=1
2012-08-10 12:56:38 +00:00
build_style=gnu-makefile
fulldepends="pkg-config vala-devel glib-devel"
2011-12-17 14:11:43 +00:00
short_desc="Tool to transform vala source files to swig, GIR or GEAR"
maintainer="Juan RP <xtraeme@gmail.com>"
license="LGPL-3"
2012-06-04 08:57:47 +00:00
homepage="http://radare.org"
distfiles="$homepage/get/$pkgname-$version.tar.gz"
2012-08-10 12:56:38 +00:00
checksum=5dcc5f33844116daa8124216aecad4709b21192a3d0365cfbe3fc2e8137ff53b
2011-12-17 14:11:43 +00:00
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."