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

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

Collection of Homebrew formulas for my open source projects.
https://github.com/lukasmalkmus/homebrew-tap

homebrew-formula homebrew-tap

Last synced: 4 months ago
JSON representation

Collection of Homebrew formulas for my open source projects.

Awesome Lists containing this project

README

        

# Homebrew Formulas

> Homebrew formulas for my open source projects.

[![Brew Workflow][brew_workflow_badge]][brew_workflow]

---

## Table of Contents

1. [Introduction](#introduction)
1. [Usage](#usage)
1. [Contributing](#contributing)
1. [License](#license)

## Introduction

This repository is a collection of Homebrew formulas for some of my open source
projects, a so called [Tap][1].

[1]: https://docs.brew.sh/Taps

## Usage

There are two ways to use the formulas in this repository.

### Tap installation

Install the tap first and install the formula like any other core formula.

```shell
$ brew tap lukasmalkmus/tap
$ brew install
```

### Direct installation

Directly install the formula from the tap before installing the tap first.

```shell
$ brew install lukasmalkmus/tap/
```

## Contributing

Formulas are mostly auto-committed to this repository. If you find any issues,
please fill an issue in the upstream repository.

## License

© Lukas Malkmus, 2021

Formulas are licensed individually, depending on the license their upstream
repository declares. Check the `.rb` files.

[brew_workflow]: https://github.com/lukasmalkmus/homebrew-tap/actions?query=workflow%3Abrew
[brew_workflow_badge]: https://img.shields.io/github/workflow/status/lukasmalkmus/homebrew-tap/brew?style=flat-square