1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2025-02-01 13:17:53 +02:00

attempt brew formula

This commit is contained in:
Jesse Duffield 2018-08-08 23:28:52 +10:00
parent 5951811a8b
commit ca0b3debe9

View File

@ -28,4 +28,27 @@ changelog:
filters:
exclude:
- '^docs:'
- '^test:'
- '^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