From 8eca4b0e27d619188e6c93aff87b1246b19a3313 Mon Sep 17 00:00:00 2001 From: Rob Watson Date: Wed, 16 Apr 2025 10:31:54 +0200 Subject: [PATCH] build: homebrew tap --- .goreleaser.yaml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/.goreleaser.yaml b/.goreleaser.yaml index 27701ad..4dc60c4 100644 --- a/.goreleaser.yaml +++ b/.goreleaser.yaml @@ -26,6 +26,23 @@ archives: - goos: windows formats: [zip] +brews: + - name: octoplex + description: "Octoplex is a live video restreamer for the terminal." + homepage: "https://github.com/rfwatson/octoplex" + repository: + owner: rfwatson + name: homebrew-octoplex + install: | + bin.install "octoplex" + test: | + system "#{bin}/octoplex -h" + +release: + github: + owner: rfwatson + name: octoplex + changelog: use: github filters: