Skip to content

Commit

Permalink
Merge pull request #1777 from mariux64/fix-srcurl-xcb-util-keysyms
Browse files Browse the repository at this point in the history
xcb-util-keysyms: fix SRCURL
  • Loading branch information
wwwutz authored Mar 10, 2020
2 parents 4ddf4fb + 6c25367 commit 0e95bff
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 83 deletions.
83 changes: 0 additions & 83 deletions xcb-util-keysyms-0.3.9-0.bee

This file was deleted.

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

# BEE_VERSION xcb-util-keysyms-0.3.9-1

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

#SRCURL[0]="http://xcb.freedesktop.org/dist/xcb-util-keysyms-${PKGVERSION}.tar.bz2"
SRCURL[0]="https://beehive.molgen.mpg.de/64e4aad2d48cd4a92e2da13b9f35bfd2/xcb-util-keysyms-0.3.9.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 0e95bff

Please sign in to comment.