We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 964f462 commit ab7182dCopy full SHA for ab7182d
build.sh
@@ -12,7 +12,9 @@ curl -fsSLO https://raw.githubusercontent.com/metacall/homebrew/main/metacall.rb
12
13
# Build metacall brew recipe
14
export HOMEBREW_NO_AUTO_UPDATE=1
15
-brew install --formula ./metacall.rb --build-from-source --verbose
+brew tap-new metacall/core
16
+mv ./metacall.rb $(brew --prefix)/Library/Taps/metacall/homebrew-core/Formula/metacall.rb
17
+brew install --formula metacall/core/metacall --overwrite --verbose
18
19
# Build distributable binary using brew pkg
20
function architecture() {
0 commit comments