# Template file for 'libgbinder'
pkgname=libgbinder
version=1.1.52
revision=1
build_style=gnu-makefile
make_use_env=1
make_build_args="KEEP_SYMBOLS=1"
make_build_target="release pkgconfig"
make_install_target="install-dev"
make_check_target="test"
hostmakedepends="pkg-config"
makedepends="libglibutil-devel"
short_desc="GLib-style interface to binder (Android IPC mechanism)"
maintainer="Rutpiv <roger_freitas@live.com>"
license="BSD-3-Clause"
homepage="https://github.com/mer-hybris/libgbinder"
changelog="https://raw.githubusercontent.com/mer-hybris/libgbinder/master/debian/changelog"
distfiles="https://github.com/mer-hybris/libgbinder/archive/refs/tags/${version}.tar.gz"
checksum=ed1517146e6cf66ddedaddd372eb8045e9345a011e68d89a2887af7a87165ebc

post_install() {
	vlicense LICENSE
}

libgbinder-devel_package() {
	depends="${sourcepkg}>=${version}_${revision} libglibutil-devel"
	short_desc+=" - development files"
	pkg_install() {
		vmove usr/include
		vmove usr/lib/pkgconfig
		vmove "usr/lib/*.so"
	}
}
