Skip to content

Commit

Permalink
Merge pull request #3218 from mariux64/add-fuse-overlayfs-1.14
Browse files Browse the repository at this point in the history
fuse-overlayfs: install version 1.14
  • Loading branch information
thomas authored Mar 19, 2025
2 parents 7fcb007 + a086e5c commit e1c4efe
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions fuse-overlayfs.be0
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
#!/usr/bin/env beesh

# BEE_VERSION fuse-overlayfs-1.14-0

#SRCURL[0]="https://github.com/containers/fuse-overlayfs/archive/refs/tags/v1.14.tar.gz"
SRCURL[0]="https://beehive.molgen.mpg.de/90e428d875f56e3ea3ecb83c3245a8c2/fuse-overlayfs-1.14.tar.gz"

# PATCHURL+=()

# build_in_sourcedir

# sourcesubdir_append src

#mee_extract() {
# bee_extract "${@}"
#}

mee_patch() {
./autogen.sh
}

#mee_configure() {
# bee_configure
#}

#mee_build() {
# bee_build
#}

#mee_install() {
# bee_install
#}

0 comments on commit e1c4efe

Please sign in to comment.