Skip to content

Commit

Permalink
Merge pull request #2660 from mariux64/fix-srcurl-xsel
Browse files Browse the repository at this point in the history
xsel: fix SRCURL
  • Loading branch information
wwwutz authored May 3, 2022
2 parents c159f15 + 0509ac1 commit e27048c
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 83 deletions.
83 changes: 0 additions & 83 deletions xsel-1.2.0-0.bee

This file was deleted.

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

# BEE_VERSION xsel-1.2.0-1

#SRCURL[0]="http://www.kfish.org/software/xsel/download/xsel-${PKGVERSION}.tar.gz"
SRCURL[0]="https://beehive.molgen.mpg.de/75983f143ce83dc259796c6eaf85c8f5/xsel-1.2.0.tar.gz"

# 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 e27048c

Please sign in to comment.