Homebrew formulae for my tools.
Note: This tap moved to https://github.com/dijkstrasoftware/homebrew-tap, and the
mastheadCLI moved to https://github.com/dijkstrasoftware/masthead-cli.
brew install dijkstrasoftware/tap/masthead(or, in two steps:)
brew tap dijkstrasoftware/tap
brew install masthead-
masthead — local preview and packaging for Masthead themes. Build a theme, run
masthead previewto see it live,masthead validateto check it, andmasthead packageto produce an installable zip. Source: https://github.com/dijkstrasoftware/masthead-clibrew install dijkstrasoftware/tap/masthead # latest release brew install --HEAD dijkstrasoftware/tap/masthead # track main
- Bump
@versioninmix.exsand tag the release onmasthead-cli:git tag v<X.Y.Z> && git push origin v<X.Y.Z>
- Compute the tarball checksum:
curl -sL https://github.com/dijkstrasoftware/masthead-cli/archive/refs/tags/v<X.Y.Z>.tar.gz \ | shasum -a 256
- Update
urlandsha256inFormula/masthead.rb, commit, and push.