Create lukas/tap tap
Some checks failed
brew test-bot / test-bot (ubuntu-22.04) (push) Failing after 1m26s
brew test-bot / test-bot (macos-15-intel) (push) Has been cancelled
brew test-bot / test-bot (macos-26) (push) Has been cancelled

This commit is contained in:
2026-01-24 16:50:03 +00:00
commit e243faca3b
3 changed files with 107 additions and 0 deletions

18
README.md Normal file
View File

@@ -0,0 +1,18 @@
# Lukas Tap
## How do I install these formulae?
`brew install lukas/tap/<formula>`
Or `brew tap lukas/tap` and then `brew install <formula>`.
Or, in a `brew bundle` `Brewfile`:
```ruby
tap "lukas/tap"
brew "<formula>"
```
## Documentation
`brew help`, `man brew` or check [Homebrew's documentation](https://docs.brew.sh).