Skip to content

Commit

Permalink
sshfs 2.5.0 for macOS (new cask)
Browse files Browse the repository at this point in the history
  • Loading branch information
cathyjf committed Dec 18, 2023
1 parent 8362463 commit fd3751b
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 3 deletions.
17 changes: 17 additions & 0 deletions Casks/sshfs.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
cask "sshfs" do
version "2.5.0"
sha256 "f8f4f71814273ea42dbe6cd92199f7cff418571ffd1b10c0608878d3472d2162"

url "https://github.com/osxfuse/sshfs/releases/download/osxfuse-sshfs-#{version}/sshfs-#{version}.pkg",
verified: "github.com/osxfuse/sshfs/"
name "sshfs"
desc "File system client based on SSH File Transfer Protocol"
homepage "https://osxfuse.github.io/"

conflicts_with formula: ["homebrew/core/sshfs", "homebrew/core/sshfs-mac", "gromgit/fuse/sshfs-mac"]
depends_on cask: "macfuse"

pkg "sshfs-#{version}.pkg"

uninstall pkgutil: ["com.github.osxfuse.pkg.SSHFS"]
end
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,18 @@
# cathyjf/homebrew-misc

## Provided formulae
## Provided formulae and casks

* git-remote-gcrypt-keybase
* [email protected]
- This is an ancient version of GnuPG referred to in [this Stack Exchange answer](https://security.stackexchange.com/a/62480).
* sshfs (version 2.5.0 for macOS)

## How do I install these formulae?
## How do I install these formulae and casks?

`brew install cathyjf/cathyjf/<formula>`

Or `brew tap cathyjf/cathyjf` and then `brew install <formula>`.

## Documentation

`brew help`, `man brew` or check [Homebrew's documentation](https://docs.brew.sh).
`brew help`, `man brew` or check [Homebrew's documentation](https://docs.brew.sh).

0 comments on commit fd3751b

Please sign in to comment.