Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #2001 from mariux64/add-x11vnc-0.9.16
Add x11vnc 0.9.16
  • Loading branch information
pmenzel committed Nov 12, 2020
2 parents 5652d27 + 32b7e94 commit 516adaf
Show file tree
Hide file tree
Showing 2 changed files with 64 additions and 0 deletions.
31 changes: 31 additions & 0 deletions libvncserver.be0
@@ -0,0 +1,31 @@
#!/usr/bin/env beesh

# BEE_VERSION libvncserver-0.9.13-0

SRCURL[0]="https://github.com/LibVNC/libvncserver/archive/LibVNCServer-${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
#}
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 516adaf

Please sign in to comment.