Permalink
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?
bee-files/x11vnc.be0
Go to fileThis commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[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
executable file
33 lines (22 sloc)
454 Bytes
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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 | |
#} |