Skip to content

Commit

Permalink
feat(terminal): add vhs package
Browse files Browse the repository at this point in the history
  • Loading branch information
this-is-tobi committed Jan 9, 2025
1 parent 67de072 commit 9bf268e
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 0 deletions.
6 changes: 6 additions & 0 deletions blueprints/terminal/vhs/ops2deb.lock.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
- url: https://github.com/charmbracelet/vhs/releases/download/v0.8.0/vhs_0.8.0_Linux_arm64.tar.gz
sha256: 8625f2b02ba5a7626841e3045be767ca1da30920fb567b6488387c1a47853db9
timestamp: 2025-01-02 18:51:01+00:00
- url: https://github.com/charmbracelet/vhs/releases/download/v0.8.0/vhs_0.8.0_Linux_x86_64.tar.gz
sha256: 0371e5b57b335330272aba6992656b6785e2e5d8538d6e4d85dcfd9f70400c5b
timestamp: 2025-01-02 18:51:01+00:00
17 changes: 17 additions & 0 deletions blueprints/terminal/vhs/ops2deb.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: vhs
matrix:
architectures:
- amd64
- arm64
versions:
- 0.8.0
homepage: https://github.com/charmbracelet/vhs
summary: your CLI home video recorder
description: write terminal GIFs as code for integration testing and demoing your
CLI tools.
fetch:
url: https://github.com/charmbracelet/vhs/releases/download/v{{version}}/vhs_{{version}}_Linux_{{target}}.tar.gz
targets:
amd64: x86_64
install:
- vhs_{{version}}_Linux_{{target}}/vhs:/usr/bin/

0 comments on commit 9bf268e

Please sign in to comment.