This tap contains Homebrew formulas for:
- hobby - Lua scripting tool for SVG vector graphics using Hobby-Knuth curves
- glu - Lua-based PDF creation tool using boxes and glue
brew tap boxesandglue/tap
brew install hobby
brew install gluOr install directly:
brew install boxesandglue/tap/hobby
brew install boxesandglue/tap/gluAfter creating a new release, update the formula:
-
Download the release archives and compute SHA256:
shasum -a 256 hobby-darwin-arm64.tar.gz
-
Update
versionandsha256values inFormula/hobby.rborFormula/glu.rb -
Commit and push to this repository