new package: libvncserver

This commit is contained in:
Leonid Pliushch 2020-11-13 22:05:11 +02:00 committed by Yaksh Bariya
parent 4ec063ba0b
commit 2a030d56a6
No known key found for this signature in database
GPG Key ID: F7486BA7D3D27581
1 changed files with 7 additions and 0 deletions

View File

@ -0,0 +1,7 @@
TERMUX_PKG_HOMEPAGE=https://libvnc.github.io/
TERMUX_PKG_DESCRIPTION="Cross-platform C libraries that allow you to easily implement VNC server or client functionality"
TERMUX_PKG_LICENSE="GPL-2.0"
TERMUX_PKG_VERSION=0.9.13
TERMUX_PKG_SRCURL=https://github.com/LibVNC/libvncserver/archive/LibVNCServer-${TERMUX_PKG_VERSION}.tar.gz
TERMUX_PKG_SHA256=0ae5bb9175dc0a602fe85c1cf591ac47ee5247b87f2bf164c16b05f87cbfa81a
TERMUX_PKG_DEPENDS="libgcrypt, libgnutls, libjpeg-turbo, libpng, openssl"