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 08efb9c commit 57c08b0Copy full SHA for 57c08b0
packages/opencode/script/publish.ts
@@ -199,6 +199,8 @@ if (!Script.preview) {
199
` homepage "https://github.com/sst/opencode"`,
200
` version "${Script.version.split("-")[0]}"`,
201
"",
202
+ ` depends_on "ripgrep"`,
203
+ "",
204
" on_macos do",
205
" if Hardware::CPU.intel?",
206
` url "https://github.com/sst/opencode/releases/download/v${Script.version}/opencode-darwin-x64.zip"`,
0 commit comments