vp-build/srcpkgs/yascreen/template

25 lines
752 B
Bash

# Template file for 'yascreen'
pkgname=yascreen
version=1.86
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=1a64639054d1de0951cd06dfc3600864695c3a2fdb3c513f482f1f05f2195835
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
}
}