diff --git a/blueprints/dev/lazygit/ops2deb.lock.yml b/blueprints/dev/lazygit/ops2deb.lock.yml new file mode 100644 index 0000000000..18247b646d --- /dev/null +++ b/blueprints/dev/lazygit/ops2deb.lock.yml @@ -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 diff --git a/blueprints/dev/lazygit/ops2deb.yml b/blueprints/dev/lazygit/ops2deb.yml new file mode 100644 index 0000000000..a94ff4ce80 --- /dev/null +++ b/blueprints/dev/lazygit/ops2deb.yml @@ -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