diff --git a/.config/sofmani.yml b/.config/sofmani.yml index 588c75df..a626926a 100644 --- a/.config/sofmani.yml +++ b/.config/sofmani.yml @@ -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 # ----------------------------------------------------------------------