Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vergissberlin/homebrew-tap
This is a Homebrew tap for open source projects of vergissberlin.
https://github.com/vergissberlin/homebrew-tap
homebrew homebrew-tap
Last synced: 6 days ago
JSON representation
This is a Homebrew tap for open source projects of vergissberlin.
- Host: GitHub
- URL: https://github.com/vergissberlin/homebrew-tap
- Owner: vergissberlin
- License: mit
- Created: 2023-07-03T16:25:08.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-15T02:34:41.000Z (11 months ago)
- Last Synced: 2024-10-10T19:41:57.533Z (27 days ago)
- Topics: homebrew, homebrew-tap
- Language: Ruby
- Homepage:
- Size: 29.3 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Homebrew Tap of [vergissberlin](https://github.com/vergissberlin)
This is a [Homebrew tap](https://docs.brew.sh/Taps) for open source projects of vergissberlin.
## Usage
To install a formula from this tap, run:
```sh
brew tap vergissberlin/tap
brew install
```Or, to install the latest development version of a formula, run:
```sh
brew install --HEAD vergissberlin/tap/
```### Formulae
| Formula | Description |
| ------- | ----------- |
| [thinkport](Formula/thinkport.rb) | Informations about Thinkport GmbH |## Contributing
To add a new formula to this tap, run:
```sh
brew create
```Then, edit the generated formula file to add a description, update the homepage, and add a test.
### Create sha
```sh
wget
shasum -a 256
```## License
[MIT](LICENSE)