Skip to content
Permalink
1a061fe6dc
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) 646 Bytes
#!/usr/bin/env beesh
# BEE_VERSION redis-5.0.7-1
#SRCURL[0]="http://download.redis.io/releases/redis-${PKGVERSION}.tar.gz"
SRCURL[0]="https://beehive.molgen.mpg.de/612ec43075a888bc8b8a7dd8ccb2e0f7/redis-5.0.7.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}
}