mirror of
https://github.com/termux-pacman/termux-packages.git
synced 2026-02-10 20:00:51 +00:00
- Progress on https://github.com/termux/termux-packages/issues/23492
- This commit was added 1 hour after the original release, then they deleted the release and made a new one 9e35c39ba8
11 lines
511 B
Bash
11 lines
511 B
Bash
TERMUX_PKG_HOMEPAGE=https://github.com/libfuse/sshfs
|
|
TERMUX_PKG_DESCRIPTION="FUSE client based on the SSH File Transfer Protocol"
|
|
TERMUX_PKG_LICENSE="GPL-2.0"
|
|
TERMUX_PKG_MAINTAINER="@termux"
|
|
TERMUX_PKG_VERSION="3.7.5"
|
|
TERMUX_PKG_REVISION=1
|
|
TERMUX_PKG_SRCURL=https://github.com/libfuse/sshfs/archive/refs/tags/sshfs-${TERMUX_PKG_VERSION}.tar.gz
|
|
TERMUX_PKG_SHA256=99d294101f1b8997653a84c35674c2e50c18323ea2c449412c0ed46b9d31ac35
|
|
TERMUX_PKG_AUTO_UPDATE=true
|
|
TERMUX_PKG_DEPENDS="libfuse3, glib, openssh | dropbear"
|