Skip to content

Commit

Permalink
appress: add version 1.0.5
Browse files Browse the repository at this point in the history
- introduce 1.0.5
  • Loading branch information
wwwutz committed Oct 8, 2020
1 parent d80b9b2 commit e9acda2
Showing 1 changed file with 38 additions and 0 deletions.
38 changes: 38 additions & 0 deletions appres.be0
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
#!/usr/bin/env beesh

# BEE_VERSION appres-1.0.5-0

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

# SRCURL[0]="https://www.x.org/releases/individual/app/appres-1.0.5.tar.gz"
SRCURL[0]="https://beehive.molgen.mpg.de/299fdd24895573561f8011ef6714749f/appres-1.0.5.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
#}

#mee_install_post() {
# exit
#}

0 comments on commit e9acda2

Please sign in to comment.