Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(dev): add lazygit package #3115

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions blueprints/dev/lazygit/ops2deb.lock.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
- url: https://github.com/jesseduffield/lazygit/releases/download/v0.44.0/lazygit_0.44.0_Linux_arm64.tar.gz
sha256: 9966a89d101ab8323d1cc30157f4d9bc394acb153d6ca2b6ae7feb666815e9d1
timestamp: 2024-12-31 16:43:38+00:00
- url: https://github.com/jesseduffield/lazygit/releases/download/v0.44.0/lazygit_0.44.0_Linux_x86_64.tar.gz
sha256: 5c0fbf21161b0f4b2ec7d5dbe58b3df7b8feca40182c7c2d95792db9d9ff645c
timestamp: 2024-12-31 16:43:38+00:00
- url: https://github.com/jesseduffield/lazygit/releases/download/v0.44.1/lazygit_0.44.1_Linux_arm64.tar.gz
sha256: 26a435f47b691325c086dad2f84daa6556df5af8efc52b6ed624fa657605c976
timestamp: 2024-12-31 16:43:38+00:00
- url: https://github.com/jesseduffield/lazygit/releases/download/v0.44.1/lazygit_0.44.1_Linux_x86_64.tar.gz
sha256: 84682f4ad5a449d0a3ffbc8332200fe8651aee9dd91dcd8d87197ba6c2450dbc
timestamp: 2024-12-31 16:43:38+00:00
17 changes: 17 additions & 0 deletions blueprints/dev/lazygit/ops2deb.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: lazygit
matrix:
architectures:
- amd64
- arm64
versions:
- 0.44.0
- 0.44.1
homepage: https://github.com/jesseduffield/lazygit
summary: a lazier way to manage everything git
description: A simple terminal UI for git, written in Go with the gocui library.
fetch:
url: https://github.com/jesseduffield/lazygit/releases/download/v{{version}}/lazygit_{{version}}_Linux_{{target}}.tar.gz
targets:
amd64: x86_64
install:
- lazygit:/usr/bin
Loading