parent
191a1021b5
commit
b16b2368c1
1 changed files with 21 additions and 0 deletions
21
srcpkgs/wayvnc/template
Normal file
21
srcpkgs/wayvnc/template
Normal file
|
@ -0,0 +1,21 @@
|
||||||
|
# Template file for 'wayvnc'
|
||||||
|
pkgname=wayvnc
|
||||||
|
version=0.2.0
|
||||||
|
revision=1
|
||||||
|
build_style=meson
|
||||||
|
hostmakedepends="pkg-config ninja wayland-devel"
|
||||||
|
makedepends="aml-devel neatvnc-devel libgbm gnutls-devel zlib-devel wayland-devel libjpeg-turbo-devel libdrm-devel pixman-devel libxkbcommon-devel"
|
||||||
|
short_desc="VNC server for wlroots based Wayland compositors"
|
||||||
|
maintainer="Zach Dykstra <dykstra.zachary@gmail.com>"
|
||||||
|
license="ISC"
|
||||||
|
homepage="https://github.com/any1/wayvnc"
|
||||||
|
distfiles="https://github.com/any1/wayvnc/archive/v${version}.tar.gz"
|
||||||
|
checksum=a4ee6f49a821b326e89b2534048687330bc84ed3984499ab2cf39422517fb731
|
||||||
|
|
||||||
|
if [ "$XBPS_TARGET_LIBC" = "musl" ]; then
|
||||||
|
makedepends+=" musl-legacy-compat"
|
||||||
|
fi
|
||||||
|
|
||||||
|
post_install() {
|
||||||
|
vlicense COPYING
|
||||||
|
}
|
Loading…
Reference in a new issue