mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-05-11 04:15:48 +02:00
Merge 662e561a26
into 223978eb82
This commit is contained in:
commit
16b6c23305
1 changed files with 33 additions and 0 deletions
33
snap/snapcraft.yaml
Normal file
33
snap/snapcraft.yaml
Normal file
|
@ -0,0 +1,33 @@
|
||||||
|
name: lazygit
|
||||||
|
title: Lazygit
|
||||||
|
base: core24
|
||||||
|
adopt-info: lazygit
|
||||||
|
summary: simple terminal UI for git commands
|
||||||
|
description: A simple terminal UI for git commands, written in Go with the gocui library.
|
||||||
|
version: '0.42.0'
|
||||||
|
license: MIT
|
||||||
|
grade: stable
|
||||||
|
confinement: classic
|
||||||
|
compression: lzo
|
||||||
|
contact:
|
||||||
|
- https://discord.gg/ehwFt2t4wt
|
||||||
|
- https://twitter.com/DuffieldJesse
|
||||||
|
donation: https://github.com/sponsors/jesseduffield
|
||||||
|
issues: https://github.com/jesseduffield/lazygit/issues
|
||||||
|
source-code: https://github.com/jesseduffield/lazygit
|
||||||
|
website: https://github.com/jesseduffield/lazygit
|
||||||
|
|
||||||
|
parts:
|
||||||
|
lazygit:
|
||||||
|
plugin: go
|
||||||
|
source: https://github.com/jesseduffield/lazygit.git
|
||||||
|
source-tag: 'v$SNAPCRAFT_PROJECT_VERSION'
|
||||||
|
source-depth: 1
|
||||||
|
build-snaps:
|
||||||
|
- go
|
||||||
|
build-attributes:
|
||||||
|
- enable-patchelf
|
||||||
|
|
||||||
|
apps:
|
||||||
|
lazygit:
|
||||||
|
command: bin/lazygit
|
Loading…
Add table
Add a link
Reference in a new issue