Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
x11vnc: Add version 0.9.16
[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
  • Loading branch information
pmenzel committed Nov 12, 2020
1 parent 201f0b4 commit 32b7e94
Showing 1 changed file with 33 additions and 0 deletions.
33 changes: 33 additions & 0 deletions x11vnc.be0
@@ -0,0 +1,33 @@
#!/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
#}

0 comments on commit 32b7e94

Please sign in to comment.