Skip to content

Commit

Permalink
Merge branch 'master' into update-ncdu-116
Browse files Browse the repository at this point in the history
  • Loading branch information
wwwutz authored Sep 1, 2021
2 parents 633a137 + d88f669 commit 67f3326
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 64 deletions.
59 changes: 3 additions & 56 deletions bzip2.be0
Original file line number Diff line number Diff line change
@@ -1,50 +1,16 @@
#!/usr/bin/env beesh

# BEE_VERSION bzip2-1.0.8-0
# BEE_VERSION bzip2-1.0.8-1

## this file was created by bee init and should be executed to build a
## bee-package. (Additional hints are located at the end of this file.)

###############################################################################
## The source URL(s) define the location of the sources that will be
## downloaded. Version variables may be used to simplify reuse of this bee-file.

SRCURL[0]="https://sourceware.org/pub/bzip2/bzip2-${PKGVERSION}.tar.gz"

###############################################################################
## Add URLs/pathes to patch files to the PATCHURL array.
## The sources will be patched in the order of the array.
# SRCURL[0]="https://sourceware.org/pub/bzip2/bzip2-${PKGVERSION}.tar.gz"
SRCURL[0]="https://beehive.molgen.mpg.de/67e051268d0c475ea773822f7500d0e5/bzip2-1.0.8.tar.gz"

# PATCHURL+=()

###############################################################################
## Add filename patterns to the EXCLUDE array of files that should not
## be added to you package but may be present in the image directory.

# EXCLUDE+=()

###############################################################################
## Uncomment the next statement, if the software may not be able to be build
## outside the source directory and need to be build inside the source
## directory.

# build_in_sourcedir

###############################################################################
## bee cannot detect buildtypes specified in subdirectories.
## Sometimes packages "hide" the real sources in a subdirectory named
## 'src' or 'cmake' or ..
## use 'sourcesubdir_append' to specify this directory if known.

# sourcesubdir_append src


###############################################################################
## Change the default (auto-detected) steps to
## extract, patch, configure/setup, build and install the software.
## Make sure the mee_install function does install everything to the
## image directory "${D}"

#mee_extract() {
# bee_extract "${@}"
#}
Expand Down Expand Up @@ -84,22 +50,3 @@ mee_install() {
ln -sv bzip2 ${D}/bin/bunzip2
ln -sv bzip2 ${D}/bin/bzcat
}
## by default this may be 'make install DESTDIR="${D}"'

###############################################################################
##
## Additional hints:
##
## The name of this bee-file should follow the following naming convention:
## pkgname-pkgversion-pkgrevision.bee
##
## You may remove all comments as long as SRCURL[0]="" is set.
##
## Everything in this file will be executed in a bash environment.
##
## Build the package by executing
## './pkg-version-N.bee' or
## 'beesh ./pkg-version-N.bee'
##
## see http://beezinga.org/
##
15 changes: 8 additions & 7 deletions hub.be0
Original file line number Diff line number Diff line change
@@ -1,9 +1,14 @@
#!/usr/bin/env beesh

# BEE_VERSION hub-2.14.2_p52_31b64436-0
# BEE_VERSION hub-2.14.2_p61_c8e68d54-0

# SRCURL[0]="https://github.com/github/hub/archive/v${PKGVERSION}.tar.gz ${PKGFULLNAME}-${PKGFULLVERSION}.tar.gz"
SRCURL[0]="https://beehive.molgen.mpg.de/27d2db022d2bf4940f0be6f6af19b1b1/hub-2.14.2_p52_31b64436.tar.bz2"
# https://github.com/github/hub

# bee download -c c8e68d548a39ec0fab6f674a669c21b54d4eec61 https://github.com/github/hub.git
# /src/mariux/beeroot/downloads/hub-2.14.2_p61_c8e68d54.tar.bz2

# SRCURL[0]="https://beehive.molgen.mpg.de/27d2db022d2bf4940f0be6f6af19b1b1/hub-2.14.2_p52_31b64436.tar.bz2"
SRCURL[0]="https://beehive.molgen.mpg.de/2d0e93ef5d8b04408be3a128fcbcb155/hub-2.14.2_p61_c8e68d54.tar.bz2"

export GOPATH=${B}/bee_go

Expand All @@ -22,7 +27,3 @@ export GOPATH=${B}/bee_go
#mee_install() {
# bee_install
#}

#mee_install_post() {
# exit
#}
2 changes: 1 addition & 1 deletion ncdu.be0
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ SRCURL[0]="https://beehive.molgen.mpg.de/8846e965c6c008d572cb42ad3a56400b/ncdu-1
#}

#mee_configure() {
# bee_configure
# bee_configure
#}

#mee_build() {
Expand Down

0 comments on commit 67f3326

Please sign in to comment.