# Template file for 'yascreen'
pkgname=yascreen
version=1.97
revision=1
build_style=gnu-makefile
short_desc="Yet Another Screen Library"
maintainer="Duncaen <duncaen@voidlinux.org>"
license="LGPL-3.0-or-later"
homepage="https://github.com/bbonev/yascreen"
changelog="https://github.com/bbonev/yascreen/raw/master/debian/changelog"
distfiles="https://github.com/bbonev/yascreen/releases/download/v${version}/yascreen-${version}.tar.xz"
checksum=de8ba855057ca17a12d35507bdca9739011bd28b940749a7261a0e95d549d128

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