Skip to content

Commit

Permalink
sshfs-fuse: update to 2.10
Browse files Browse the repository at this point in the history
- still fuse2
- fix SRCURL
- be0ify
wwwutz committed Jan 9, 2020
1 parent 8462edd commit 916e86e
Showing 2 changed files with 37 additions and 33 deletions.
33 changes: 0 additions & 33 deletions sshfs-fuse-2.3-0.bee

This file was deleted.

37 changes: 37 additions & 0 deletions sshfs-fuse.be0
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
#!/usr/bin/env beesh

# BEE_VERSION sshfs-fuse-2.10-0

# more info: https://foo.bar.com

SRCURL[0]="https://github.com/libfuse/sshfs/releases/download/sshfs-${PKGVERSION}/sshfs-${PKGVERSION}.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_install() {
# bee_install
#}

#mee_install_post() {
# exit
#}

0 comments on commit 916e86e

Please sign in to comment.