rtx is now mise, see https://mise.jdx.dev/rtx.html Co-authored-by: Mac Siri <mac@forem.com>
11 lines
315 B
Ruby
11 lines
315 B
Ruby
# Dependencies of things managed by .mise.toml (or otherwise hand-installed, if mise isn't used)
|
|
brew "gpg2"
|
|
brew "pkg-config"
|
|
|
|
# Dependencies of things built by yarn/gyp
|
|
brew "cairo" # from canvas
|
|
brew "pango" # from canvas
|
|
brew "pixman" # from canvas
|
|
|
|
# Dependencies of Forem itself at runtime
|
|
brew "imagemagick"
|