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