Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

dijkstrasoftware/homebrew-tap

Homebrew formulae for my tools.

Note: This tap moved to https://github.com/dijkstrasoftware/homebrew-tap, and the masthead CLI moved to https://github.com/dijkstrasoftware/masthead-cli.

Install

brew install dijkstrasoftware/tap/masthead

(or, in two steps:)

brew tap dijkstrasoftware/tap
brew install masthead

Formulae

  • masthead — local preview and packaging for Masthead themes. Build a theme, run masthead preview to see it live, masthead validate to check it, and masthead package to produce an installable zip. Source: https://github.com/dijkstrasoftware/masthead-cli

    brew install dijkstrasoftware/tap/masthead          # latest release
    brew install --HEAD dijkstrasoftware/tap/masthead   # track main

Releasing a new version

  1. Bump @version in mix.exs and tag the release on masthead-cli:
    git tag v<X.Y.Z> && git push origin v<X.Y.Z>
  2. Compute the tarball checksum:
    curl -sL https://github.com/dijkstrasoftware/masthead-cli/archive/refs/tags/v<X.Y.Z>.tar.gz \
      | shasum -a 256
  3. Update url and sha256 in Formula/masthead.rb, commit, and push.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages