From 803ebf15f54e7361ab10e25e12d2a21eccc9e7f0 Mon Sep 17 00:00:00 2001 From: Chen Asraf Date: Tue, 3 Feb 2026 13:17:01 +0200 Subject: [PATCH] feat(sofmani): add cospend-cli --- .config/sofmani.yml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) 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 # ----------------------------------------------------------------------