void-packages/srcpkgs/wayvnc/template
2020-10-24 16:06:11 +02:00

21 lines
726 B
Bash

# Template file for 'wayvnc'
pkgname=wayvnc
version=0.3.1
revision=1
build_style=meson
hostmakedepends="pkg-config ninja scdoc 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=7b68af5bfa5e19352aaa5140e6c2418f90bfe6a949775bd236b06796c56e27f5
if [ "$XBPS_TARGET_LIBC" = "musl" ]; then
makedepends+=" musl-legacy-compat"
fi
post_install() {
vlicense COPYING
}