Skip to content

Latest commit

 

History

152 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

yo61 Homebrew tap

Homebrew formulae and casks for tools published by yo61, plus the occasional third-party tool adopted here after its upstream was abandoned.

Install

brew tap yo61/tap
brew trust yo61/tap        # required: Homebrew ignores untrusted third-party taps
brew install yo61/tap/<name>

For example:

brew install yo61/tap/jobhound   # formula
brew install yo61/tap/go-udap    # cask

Note

Recent Homebrew ignores formulae and casks from untrusted third-party taps until you trust them. If brew install reports the tap is not trusted, run brew trust yo61/tap (whole tap) or brew trust --formula yo61/tap/<name> (single formula) and re-run the install. See Tap Trust.

Available formulae

Formula Description
jobhound Action-based CLI for tracking a job hunt
unifictl Imperative UniFi homelab actions beyond the Integration API
talhelper Configuration helper for Talos clusters — adopted, upstream archived 2026-08-26

Available casks

Cask Description
go-udap Squeezebox UDAP configuration tool

How content lands here

Each artifact is updated by its own upstream mechanism — there's no tap-wide rule, and with one exception below, none of these files should be hand-edited:

  • go-udap is generated and pushed by GoReleaser from yo61/go-udap's release workflow.
  • jobhound and unifictl are updated by .github/workflows/bump-jobhound.yaml / bump-unifictl.yaml, triggered via repository_dispatch from each tool's release workflow. Each bump opens a PR that regenerates the formula with brew bump-formula-pr + brew update-python-resources.
  • talhelper is hand-maintained and frozen, and is the exception to the rule above. Its upstream was archived on 2026-08-26 with v3.1.17 as the final release, so there is no release workflow to dispatch from and nothing to bump — its livecheck is skipped for that reason. It is here because homebrew-core deprecated its formula the same day and disables it on 2027-08-26; without this, brew install talhelper stops working then.

Formula PRs are audited, installed, tested, and bottled across macOS (Apple Silicon + Intel) and Linux by .github/workflows/tests.yaml (brew test-bot). When that run is green on a bump/* PR, .github/workflows/publish-bottles.yaml runs brew pr-pull to attach the bottles to a GitHub Release and land the formula on main, so brew install pours a pre-built bottle instead of building from source.

License

MIT — see LICENSE.

About

Homebrew tap for yo61 tools

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages