Homebrew tap for dimgord's tools — sopds-go, etc. Use: brew tap dimgord/tap
Find a file
2026-05-11 01:23:48 -04:00
Formula Brew formula update for sopds-go v1.3.3 2026-05-11 01:23:48 -04:00
README.md Polish README — explain tap purpose and auto-update flow 2026-05-10 12:25:52 -04:00

dimgord's Homebrew Tap

Personal Homebrew tap for tools maintained by @dimgord. Formulae are auto-generated and pushed by GoReleaser on each upstream tag.

Usage

brew tap dimgord/tap

Then install any of the formulae below.

Available formulae

Tool Upstream Description
sopds-go dimgord/sopds-go Self-hosted OPDS catalog server (Go rewrite of SOPDS)
brew install sopds-go

How it works

This tap holds nothing but auto-generated Formula/*.rb files. Each upstream project's .goreleaser.yaml has a brews: section that, on every v* tag push, builds release archives and opens a commit to this repo updating the formula's URL + SHA-256 to point at the new release. No manual formula maintenance.

Bug reports

For issues with a specific formula, please file at the upstream repo (linked in the table above). Tap-level meta-issues (the auto-update workflow itself, or formula drift) → file here.

License

Each formula references its upstream's license — see the upstream repo. The formula file itself is BSD-2-Clause as a courtesy (matching Homebrew core's convention for formula files).