Skip to content

Commit

Permalink
Merge pull request #1759 from mariux64/fix-srcurl-xwud
Browse files Browse the repository at this point in the history
xwud: fix SRCURL
  • Loading branch information
wwwutz authored Mar 9, 2020
2 parents f3d4d65 + ca7a3a1 commit 1e0c3df
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 83 deletions.
83 changes: 0 additions & 83 deletions xwud-1.0.4-0.bee

This file was deleted.

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

# BEE_VERSION xwud-1.0.4-1

#SRCURL[0]="http://xorg.freedesktop.org/releases/individual/app/xwud-${PKGVERSION}.tar.bz2"
SRCURL[0]="https://beehive.molgen.mpg.de/3025b152b4f13fdffd0c46d0be587be6/xwud-1.0.4.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 1e0c3df

Please sign in to comment.