Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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)