void-packages/srcpkgs/yascreen/template
2025-01-20 16:57:36 +01:00

24 lines
752 B
Bash

# Template file for 'yascreen'
pkgname=yascreen
version=2.06
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=4f69f7f13a8ef4076d499d798b6bddfc1800d30aa19b0354006a23754de54c64
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
}
}