Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
freerpd: add version 2.9.0
add it
  • Loading branch information
wwwutz committed Dec 1, 2022
1 parent 03d0611 commit e27d320
Showing 1 changed file with 35 additions and 0 deletions.
35 changes: 35 additions & 0 deletions freerpd.be0
@@ -0,0 +1,35 @@
#!/usr/bin/env beesh

# BEE_VERSION freerdp-2.9.0-0

# more info: https://foo.bar.com

# SRCURL[0]="https://github.com/FreeRDP/FreeRDP/releases/download/2.9.0/freerdp-2.9.0.tar.gz"
SRCURL[0]="https://beehive.molgen.mpg.de/869e535dd94ca350947d96967ccd8f2d/freerdp-2.9.0.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 e27d320

Please sign in to comment.