https://github.com/lennetech/homebrew-formulae
lenne.Tech homebrew formulas for non-official packages
https://github.com/lennetech/homebrew-formulae
Last synced: 5 months ago
JSON representation
lenne.Tech homebrew formulas for non-official packages
- Host: GitHub
- URL: https://github.com/lennetech/homebrew-formulae
- Owner: lenneTech
- License: mit
- Created: 2021-10-27T03:03:08.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-10-27T04:45:34.000Z (over 4 years ago)
- Last Synced: 2024-12-30T09:31:44.269Z (over 1 year ago)
- Language: Ruby
- Size: 13.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# lenne.Tech homebrew formulae
Formulas for installing non-official [homebrew](https://brew.sh/) packages.
To use the packages, the tap (third-party repositories) must be registered:
```
brew tap lenneTech/formulae
```
## sshpass
[sshpass](http://manpages.ubuntu.com/manpages/trusty/man1/sshpass.1.html) is a noninteractive ssh password provider.
```
brew tap lenneTech/formulae && brew install lenneTech/formulae/sshpass
```