From 916e86eec6f7f227ad67f3ece9f3ef68b280b120 Mon Sep 17 00:00:00 2001 From: Peter Marquardt Date: Thu, 9 Jan 2020 08:58:08 +0100 Subject: [PATCH] sshfs-fuse: update to 2.10 - still fuse2 - fix SRCURL - be0ify --- sshfs-fuse-2.3-0.bee | 33 --------------------------------- sshfs-fuse.be0 | 37 +++++++++++++++++++++++++++++++++++++ 2 files changed, 37 insertions(+), 33 deletions(-) delete mode 100755 sshfs-fuse-2.3-0.bee create mode 100755 sshfs-fuse.be0 diff --git a/sshfs-fuse-2.3-0.bee b/sshfs-fuse-2.3-0.bee deleted file mode 100755 index a728e30da..000000000 --- a/sshfs-fuse-2.3-0.bee +++ /dev/null @@ -1,33 +0,0 @@ -#!/usr/bin/env beesh - -SRCURL[0]="http://downloads.sourceforge.net/project/fuse/sshfs-fuse/${PKGVERSION}/sshfs-fuse-${PKGVERSION}.tar.gz" - -PATCHURL[0]="" - -# BEE_CONFIGURE=compat - -# BEE_BUILDTYPE= - -# EXCLUDE="" - - - -#mee_extract() { -# bee_extract ${@} -#} - -#mee_patch() { -# bee_patch ${@} -#} - -#mee_configure() { -# bee_configure -#} - -#mee_build() { -# bee_build -#} - -#mee_install() { -# bee_install -#} diff --git a/sshfs-fuse.be0 b/sshfs-fuse.be0 new file mode 100755 index 000000000..89edd77ea --- /dev/null +++ b/sshfs-fuse.be0 @@ -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 +#}