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

https://github.com/bethropolis/homebrew-tap

my homebrew formulas
https://github.com/bethropolis/homebrew-tap

Last synced: 27 days ago
JSON representation

my homebrew formulas

Awesome Lists containing this project

README

          

# homebrew-tap

[![Tap](https://img.shields.io/badge/tap-bethropolis%2Ftap-blue)](https://github.com/bethropolis/homebrew-tap)
[![Version](https://img.shields.io/github/v/tag/bethropolis/homebrew-tap)](https://github.com/bethropolis/homebrew-tap/releases/latest)
[![CI](https://github.com/bethropolis/homebrew-tap/actions/workflows/ci.yml/badge.svg)](https://github.com/bethropolis/homebrew-tap/actions/workflows/ci.yml)
[![License](https://img.shields.io/github/license/bethropolis/homebrew-tap)](LICENSE)

My personal [Homebrew](https://brew.sh) tap containing custom formulae.

## How to use

Add the tap:

```sh
brew tap bethropolis/tap
```

Install a formula:

```sh
brew install bethropolis/tap/localgo
```

## Available casks

| Cask | Description | Install |
| ---- | ----------- | ------- |
| `localgo` | LocalSend v2.1 protocol implementation — LAN file transfer CLI | `brew install --cask bethropolis/tap/localgo` |

## License

[MIT](LICENSE)