-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
21 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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). |