void-packages/srcpkgs/lgi/template
2020-03-24 01:01:17 +01:00

22 lines
674 B
Bash

# Template file for 'lgi'
pkgname=lgi
version=0.9.2
revision=3
build_style=gnu-makefile
make_install_args="LUA_VERSION=5.3"
hostmakedepends="pkg-config"
makedepends="libglib-devel libffi-devel lua-devel
gobject-introspection gir-freedesktop"
depends="lua gir-freedesktop"
short_desc="Lua binadings for gnome/gobject using gobject-introspection library"
maintainer="Orphaned <orphan@voidlinux.org>"
license="MIT"
homepage="https://github.com/pavouk/lgi"
distfiles="https://github.com/pavouk/lgi/archive/$version.tar.gz"
checksum=cfc4105482b4730b3a40097c9d9e7e35c46df2fb255370bdeb2f45a886548c4f
post_install() {
vbin tools/dump-typelib.lua dump-typelib
vlicense LICENSE
}