Skip to content

Commit 221f9ab

Browse files
jackspirouclaude
andcommitted
fix: add ffmpeg and ttyd as dependencies in homebrew cask
Users installing via homebrew cask were missing required dependencies. This adds ffmpeg and ttyd as formula dependencies to ensure they are automatically installed when users run 'brew install agentstation/tap/vhs'. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <[email protected]>
1 parent 9773628 commit 221f9ab

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.goreleaser.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -152,6 +152,10 @@ homebrew_casks:
152152

153153
name: vhs
154154

155+
dependencies:
156+
- formula: ffmpeg
157+
- formula: ttyd
158+
155159
directory: Casks
156160

157161
commit_author:

0 commit comments

Comments
 (0)