New package: libvarlink-22.
This commit is contained in:
parent
1a86a8d427
commit
4c0908487b
3 changed files with 23 additions and 0 deletions
|
@ -1175,6 +1175,7 @@ libwayland-server.so.0 wayland-1.6.0_1
|
||||||
libwayland-client.so.0 wayland-1.10.0_1
|
libwayland-client.so.0 wayland-1.10.0_1
|
||||||
libwayland-cursor.so.0 wayland-1.6.0_1
|
libwayland-cursor.so.0 wayland-1.6.0_1
|
||||||
libwayland-egl.so.1 wayland-1.15.0_4
|
libwayland-egl.so.1 wayland-1.15.0_4
|
||||||
|
libvarlink.so.0 libvarlink-22_1
|
||||||
libtomcrypt.so.1 libtomcrypt-1.18.0_1
|
libtomcrypt.so.1 libtomcrypt-1.18.0_1
|
||||||
libHX.so.28 libHX-3.14_1
|
libHX.so.28 libHX-3.14_1
|
||||||
libxkbcommon.so.0 libxkbcommon-0.2.0_1
|
libxkbcommon.so.0 libxkbcommon-0.2.0_1
|
||||||
|
|
1
srcpkgs/libvarlink-devel
Symbolic link
1
srcpkgs/libvarlink-devel
Symbolic link
|
@ -0,0 +1 @@
|
||||||
|
libvarlink
|
21
srcpkgs/libvarlink/template
Normal file
21
srcpkgs/libvarlink/template
Normal file
|
@ -0,0 +1,21 @@
|
||||||
|
# Template file for 'libvarlink'
|
||||||
|
pkgname=libvarlink
|
||||||
|
version=22
|
||||||
|
revision=1
|
||||||
|
build_style=meson
|
||||||
|
short_desc="C implementation of the Varlink protocol and command line tool"
|
||||||
|
maintainer="Érico Nogueira <ericonr@disroot.org>"
|
||||||
|
license="Apache-2.0"
|
||||||
|
homepage="https://varlink.org/"
|
||||||
|
distfiles="https://github.com/varlink/libvarlink/archive/refs/tags/${version}.tar.gz"
|
||||||
|
checksum=932c0d7c3d2d8acdf5878d8fd8006887c5855189688d19eb09125682740b99bb
|
||||||
|
|
||||||
|
libvarlink-devel_package() {
|
||||||
|
depends="${sourcepkg}>=${version}_${revision}"
|
||||||
|
short_desc+=" - development files"
|
||||||
|
pkg_install() {
|
||||||
|
vmove usr/include
|
||||||
|
vmove usr/lib/pkgconfig
|
||||||
|
vmove "usr/lib/*.so"
|
||||||
|
}
|
||||||
|
}
|
Loading…
Add table
Add a link
Reference in a new issue