24 lines
742 B
Bash
24 lines
742 B
Bash
# Template file for 'wayvnc'
|
|
pkgname=wayvnc
|
|
version=0.7.2
|
|
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 jansson-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=f96612c2c7264ca51dd2e99d55ca389f115f4822b0c69c017f6e66ca7cf4f50b
|
|
|
|
if [ "$XBPS_TARGET_LIBC" = "musl" ]; then
|
|
makedepends+=" musl-legacy-compat"
|
|
fi
|
|
|
|
post_install() {
|
|
vlicense COPYING
|
|
}
|