mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-06-06 23:46:13 +02:00
attempt brew formula
This commit is contained in:
parent
5951811a8b
commit
ca0b3debe9
@ -29,3 +29,26 @@ changelog:
|
|||||||
exclude:
|
exclude:
|
||||||
- '^docs:'
|
- '^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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user