void-packages/srcpkgs/tigervnc/template

18 lines
614 B
Bash
Raw Normal View History

# Template file for 'tigervnc'
pkgname=tigervnc
version=1.5.0
revision=1
build_style=cmake
short_desc="VNC client forked from TightVNC"
maintainer="Evan Deaubl <evan@deaubl.name>"
license="GPL-2"
hostmakedepends="cmake"
makedepends="fltk-devel zlib-devel libXtst-devel libjpeg-turbo-devel $(vopt_if gnutls gnutls-devel)"
conflicts="turbovnc>=0"
homepage="http://www.tigervnc.org"
distfiles="https://github.com/TigerVNC/tigervnc/archive/v${version}.tar.gz>tigervnc-${version}.tar.gz"
checksum="7b0ec1a85d708f72fee17326bd1f894b9132df089226561306f4c2ef19d7df25"
build_options="gnutls"
build_options_default="gnutls"