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.
- Host: GitHub
- URL: https://github.com/lukasmalkmus/homebrew-tap
- Owner: lukasmalkmus
- Created: 2020-10-18T20:34:24.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-09-13T21:09:04.000Z (almost 4 years ago)
- Last Synced: 2025-01-12T05:42:45.543Z (5 months ago)
- Topics: homebrew-formula, homebrew-tap
- Language: Ruby
- Homepage:
- Size: 11.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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