void-packages/srcpkgs/wayvnc/template
2020-08-04 11:52:04 -04:00

21 lines
720 B
Bash

# 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
}