feat(sofmani): add cospend-cli

This commit is contained in:
2026-02-03 13:17:01 +02:00
parent 3732594f76
commit 803ebf15f5

View File

@@ -260,6 +260,25 @@ install:
strategy: tar
download_filename: tx-linux-{{ .Arch }}.tar.gz
- name: cospend-cli
type: group
steps:
- name: cospend-cli
bin_name: cospend
type: brew
opts:
tap: chenasraf/tap
- name: cospend-cli
bin_name: cospend
type: github-release
platforms:
only: ['linux']
opts:
repository: chenasraf/cospend-cli
destination: ~/.local/bin
strategy: tar
download_filename: cospend-cli-linux-{{ .Arch }}.tar.gz
# ----------------------------------------------------------------------
# 🛠️ Dev Tools & Utilities
# ----------------------------------------------------------------------