Skip to content

Commit

Permalink
Merge pull request #1731 from mariux64/fix-srcurl-xkbutils
Browse files Browse the repository at this point in the history
xkbutils: fix SRCURL
  • Loading branch information
wwwutz authored Feb 27, 2020
2 parents d72c037 + 0bd807d commit 226d56d
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 83 deletions.
83 changes: 0 additions & 83 deletions xkbutils-1.0.4-0.bee

This file was deleted.

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

# BEE_VERSION xkbutils-1.0.4-1

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

0 comments on commit 226d56d

Please sign in to comment.