Skip to content

Commit

Permalink
xlsclients: fix SRCURL
Browse files Browse the repository at this point in the history
- SRCURL
- be0ify
  • Loading branch information
wwwutz committed Sep 17, 2020
1 parent 8566a0e commit 1bcd8f2
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 83 deletions.
83 changes: 0 additions & 83 deletions xlsclients-1.1.3-0.bee

This file was deleted.

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

# BEE_VERSION xlsclients-1.1.3-1

# SRCURL[0]="http://xorg.freedesktop.org/releases/individual/app/xlsclients-${PKGVERSION}.tar.bz2"
SRCURL[0]="https://beehive.molgen.mpg.de/9fbf6b174a5138a61738a42e707ad8f5/xlsclients-1.1.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 1bcd8f2

Please sign in to comment.