From 701987c8d5c4e1d8de5e168c65fa25024c8463e3 Mon Sep 17 00:00:00 2001 From: Caleb Bassi Date: Fri, 13 Apr 2018 16:39:11 -0700 Subject: [PATCH] Add brew to goreleaser --- .goreleaser.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.goreleaser.yml b/.goreleaser.yml index 5e11a1d2..7eb064c5 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -28,3 +28,9 @@ archive: replacements: arm64: arm8 format: tgz +brew: + github: + owner: cjbassi + name: homebrew-gotop + description: "A terminal based graphical activity monitor inspired by gtop and vtop" + homepage: "https://github.com/cjbassi/gotop"