Skip to content
Permalink
install-openss…
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
@pmenzel
Latest commit 32b7e94 Nov 12, 2020 History
[Descripition][1]:

> This is x11vnc with its development continued by LibVNC and the GitHub
> community. While 0.9.13 was the last release by the original author Karl
> Runge, 0.9.14 was the first community-based release here on GitHub.

One user reported keyboard problems, and supposedly it works with
x11vnc from Cent OS.

[1]: https://github.com/LibVNC/x11vnc
1 contributor

Users who have contributed to this file

executable file 33 lines (22 sloc) 454 Bytes
#!/usr/bin/env beesh
# BEE_VERSION x11vnc-0.9.16-0
# more info: https://foo.bar.com
SRCURL[0]="https://github.com/LibVNC/x11vnc/archive/${PKGVERSION}.tar.gz x11vnc-${PKGVERSION}.tar.gz"
# PATCHURL+=()
# build_in_sourcedir
# sourcesubdir_append src
#mee_extract() {
# bee_extract "${@}"
#}
#mee_patch() {
# bee_patch "${@}"
#}
#mee_configure() {
# bee_configure
#}
#mee_build() {
# bee_build
#}
#mee_install() {
# bee_install
#}