Skip to content

Commit

Permalink
Merge pull request #1730 from mariux64/fix-srcurl-xlsatoms
Browse files Browse the repository at this point in the history
xlsatoms: fix SRCURL
  • Loading branch information
wwwutz authored Feb 27, 2020
2 parents 66b0810 + 315873a commit d72c037
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 83 deletions.
83 changes: 0 additions & 83 deletions xlsatoms-1.1.1-0.bee

This file was deleted.

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

# BEE_VERSION xlsatoms-1.1.1-1

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

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

Please sign in to comment.