Skip to content

Commit

Permalink
xset: fix SRCURL
Browse files Browse the repository at this point in the history
- fixed SRCURL
- be0ify
  • Loading branch information
wwwutz committed Mar 10, 2020
1 parent 132aceb commit b97f0a8
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 83 deletions.
83 changes: 0 additions & 83 deletions xset-1.2.3-0.bee

This file was deleted.

38 changes: 38 additions & 0 deletions xset.be0
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
#!/usr/bin/env beesh

# BEE_VERSION xset-1.2.3-1

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

#SRCURL[0]="http://xorg.freedesktop.org/releases/individual/app/xset-${PKGVERSION}.tar.bz2"
SRCURL[0]="https://beehive.molgen.mpg.de/dcd227388b57487d543cab2fd7a602d7/xset-1.2.3.tar.bz2"

# 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 b97f0a8

Please sign in to comment.