From ca0b3debe9967e132655693181c891b4022e39c6 Mon Sep 17 00:00:00 2001 From: Jesse Duffield Date: Wed, 8 Aug 2018 23:28:52 +1000 Subject: [PATCH] attempt brew formula --- .goreleaser.yml | 25 ++++++++++++++++++++++++- 1 file changed, 24 insertions(+), 1 deletion(-) diff --git a/.goreleaser.yml b/.goreleaser.yml index 12a9eafd9..a1a1fdd9c 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -28,4 +28,27 @@ changelog: filters: exclude: - '^docs:' - - '^test:' \ No newline at end of file + - '^test:' +brew: + # Reporitory to push the tap to. + github: + owner: jesseduffield + name: homebrew-tap + + # Your app's homepage. + # Default is empty. + homepage: "https://github.com/jesseduffield/lazygit/" + + # Your app's description. + # Default is empty. + description: "A simple terminal UI for git commands, written in Go" + + # # Packages your package depends on. + # dependencies: + # - git + # - zsh + + # # Packages that conflict with your package. + # conflicts: + # - svn + # - bash