Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #2875 from mariux64/add-squashfuse-0.1.105
Add squashfuse 0.1.105
  • Loading branch information
pmenzel committed Mar 22, 2023
2 parents 5589b82 + 81d4082 commit 80ffd85
Showing 1 changed file with 39 additions and 0 deletions.
39 changes: 39 additions & 0 deletions squashfuse.be0
@@ -0,0 +1,39 @@
#!/usr/bin/env beesh

# BEE_VERSION squashfuse-0.1.105-0

#SRCURL[0]="https://github.com/vasi/squashfuse/archive/$PKGVERSION/squashfuse-$PKGVERSION.tar.gz"
SRCURL[0]="https://beehive.molgen.mpg.de/5bd5ff30d416aba1e2de0c2761d4cea2/squashfuse-0.1.105.tar.gz"

#PATCHURL+=("https://github.com/vasi/squashfuse/pull/70.patch")
PATCHURL+=("https://beehive.molgen.mpg.de/2b984d9ea2cb33c2c379d06fa5a4481f/70.patch")

# build_in_sourcedir

# sourcesubdir_append src

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

mee_patch() {
bee_patch "${@}"
start_cmd ./autogen.sh
}

mee_configure() {
bee_configure \
--enable-multithreading
}

#mee_build() {
# bee_build
#}

#mee_install() {
# bee_install
#}

#mee_install_post() {
# exit
#}

0 comments on commit 80ffd85

Please sign in to comment.