vp-build/srcpkgs/lgi/template

25 lines
791 B
Bash

# Template file for 'lgi'
pkgname=lgi
version=0.9.2
revision=1
build_style=gnu-makefile
hostmakedepends="pkg-config"
makedepends="libglib-devel libffi-devel lua52-devel
gobject-introspection gir-freedesktop"
depends="lua52>=5.2 gir-freedesktop"
short_desc="Lua binadings for gnome/gobject using gobject-introspection library"
maintainer="Juan RP <xtraeme@voidlinux.eu>"
license="MIT"
homepage="https://github.com/pavouk/lgi"
distfiles="https://github.com/pavouk/lgi/archive/$version.tar.gz"
checksum=cfc4105482b4730b3a40097c9d9e7e35c46df2fb255370bdeb2f45a886548c4f
CFLAGS="-I${XBPS_CROSS_BASE}/usr/include/lua5.2"
do_install() {
make DESTDIR=${DESTDIR} LUA_LIBDIR=/usr/lib/lua/5.2 \
LUA_SHAREDIR=/usr/share/lua/5.2 install
vbin tools/dump-typelib.lua dump-typelib
vlicense LICENSE
}