21 lines
674 B
Bash
21 lines
674 B
Bash
# Template file for 'lgi'
|
|
pkgname=lgi
|
|
version=0.9.2
|
|
revision=2
|
|
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="Juan RP <xtraeme@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
|
|
}
|