Skip to content

Commit

Permalink
feat(devops): add sshs package
Browse files Browse the repository at this point in the history
  • Loading branch information
this-is-tobi committed Feb 17, 2025
1 parent 665e8e2 commit 7ee9a00
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 0 deletions.
12 changes: 12 additions & 0 deletions blueprints/devops/sshs/ops2deb.lock.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
- url: /~https://github.com/quantumsheep/sshs/releases/download/4.5.0/sshs-linux-amd64
sha256: cae3cf2fab260d7e42a5ef188ff91ea0f930e8e033e4c3480f79ccf84503582e
timestamp: 2024-12-31 16:54:49+00:00
- url: /~https://github.com/quantumsheep/sshs/releases/download/4.5.0/sshs-linux-arm64
sha256: cae5cf951e296ad6556faf8dae457b92d1ff8ca207f9ef2f27e9eb357f11ad69
timestamp: 2024-12-31 16:54:49+00:00
- url: /~https://github.com/quantumsheep/sshs/releases/download/4.5.1/sshs-linux-amd64
sha256: f4a2069b743e0573f9adad72e667697cd15d4f04522effccfea40f8ac18780e2
timestamp: 2024-12-31 16:54:49+00:00
- url: /~https://github.com/quantumsheep/sshs/releases/download/4.5.1/sshs-linux-arm64
sha256: 500947cbaba72ab91d23283710f807e6e05e8aa0d26345f4f9065ee2ef25e020
timestamp: 2024-12-31 16:54:49+00:00
16 changes: 16 additions & 0 deletions blueprints/devops/sshs/ops2deb.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: sshs
matrix:
architectures:
- amd64
- arm64
versions:
- 4.5.0
- 4.5.1
homepage: /~https://github.com/quantumsheep/sshs
summary: a terminal user interface for SSH
description: |-
A simple terminal user interface using SSH config file to list and connect to
hosts.
fetch: /~https://github.com/quantumsheep/sshs/releases/download/{{version}}/sshs-linux-{{target}}
install:
- sshs-linux-{{target}}:/usr/bin

0 comments on commit 7ee9a00

Please sign in to comment.