New package: yascreen-1.86

This commit is contained in:
Duncaen 2022-07-15 12:49:29 +02:00
parent aa269117d3
commit 96c67eec9f
No known key found for this signature in database
GPG Key ID: 335C1D17EC3D6E35
3 changed files with 26 additions and 0 deletions

View File

@ -4125,6 +4125,7 @@ libspatialite.so.7 libspatialite-5.0.1_1
mod_spatialite.so.7 libspatialite-5.0.1_1
libSvtAv1Enc.so.1 libsvt-av1-1.0.0_1
libSvtAv1Dec.so.0 libsvt-av1-0.9.0_1
libyascreen.so.0 yascreen-1.86_1
librz_bp.so.0.3.4 rizin-0.3.4_1
librz_reg.so.0.3.4 rizin-0.3.4_1
librz_debug.so.0.3.4 rizin-0.3.4_1

1
srcpkgs/yascreen-devel Symbolic link
View File

@ -0,0 +1 @@
yascreen

24
srcpkgs/yascreen/template Normal file
View File

@ -0,0 +1,24 @@
# 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
}
}