From d9b1ac72a3738603f1f69a02421d69c940cbf179 Mon Sep 17 00:00:00 2001 From: Prad Nukala Date: Mon, 30 Sep 2024 15:57:03 -0400 Subject: [PATCH] feat: add Homebrew tap for sonr --- .goreleaser.yaml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/.goreleaser.yaml b/.goreleaser.yaml index 86f698ed5..d0a382322 100644 --- a/.goreleaser.yaml +++ b/.goreleaser.yaml @@ -81,3 +81,22 @@ release: draft: false replace_existing_draft: true replace_existing_artifacts: true + +brews: + - name: sonr + ids: + - default + - motr + commit_author: + name: goreleaserbot + email: bot@goreleaser.com + directory: Formula + caveats: "Run a local sonr node and access it with the motr proxy" + homepage: "https://sonr.io/" + description: "Sonr is a decentralized, permissionless, and censorship-resistant identity network." + dependencies: + - name: ipfs + os: mac + repository: + owner: onsonr + name: homebrew-tap