25 lines
752 B
Bash
25 lines
752 B
Bash
# Template file for 'yascreen'
|
|
pkgname=yascreen
|
|
version=1.99
|
|
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=d7dfccf509cc2bd1e20818ac2a3fa8495b312f78284a24a67642f46404684802
|
|
|
|
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
|
|
}
|
|
}
|