Skip to content

Commit

Permalink
feat(dev): add lazygit package
Browse files Browse the repository at this point in the history
  • Loading branch information
this-is-tobi committed Jan 9, 2025
1 parent 67de072 commit 968dc5f
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 0 deletions.
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

0 comments on commit 968dc5f

Please sign in to comment.