Skip to content
Permalink
bb77ad0344
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 39 lines (27 sloc) 648 Bytes
#!/usr/bin/env beesh
# BEE_VERSION libfuse-3.10.5-0
# more info: https://github.com/libfuse
#SRCURL[0]="https://github.com/libfuse/libfuse/releases/download/fuse-${PKGVERSION}/fuse-${PKGVERSION}.tar.xz"
SRCURL[0]="https://beehive.molgen.mpg.de/d2eb13af5288047dc942fc84e608cfbd/fuse-3.10.5.tar.xz"
# PATCHURL+=()
# build_in_sourcedir
# sourcesubdir_append src
#mee_extract() {
# bee_extract "${@}"
#}
#mee_patch() {
# bee_patch "${@}"
#}
mee_configure() {
bee_configure -D useroot=false
}
#mee_build() {
# bee_build
#}
mee_install() {
bee_install
chmod u+s $D$BINDIR/fusermount3
}
#mee_install_post() {
# exit
#}