Skip to content
Permalink
master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time
executable file 37 lines (26 sloc) 647 Bytes
#!/usr/bin/env beesh
# BEE_VERSION redis-7.0.5-0
#SRCURL[0]="https://download.redis.io/releases/redis-${PKGVERSION}.tar.gz"
SRCURL[0]="https://beehive.molgen.mpg.de/07c27b14d1daa68624dbe16cb25f174c/redis-7.0.5.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_build_post() {
# 5.0.7 / FAIL: Consumer group last ID propagation to slave
# make ${BEE_MAKEFLAGS} test
#}
mee_install() {
make ${BEE_MAKEFLAGS} install INSTALL_BIN=${D}${BINDIR}
}