extensions=('zipman') (no strip)
This commit is contained in:
parent
60a637c0d8
commit
ad0a1c03b8
2
.SRCINFO
2
.SRCINFO
@ -2,7 +2,7 @@ generated-by = makedeb
|
||||
pkgname = lazygit-bin
|
||||
pkgbase = lazygit-bin
|
||||
pkgdesc = A simple terminal UI for git commands, written in Go with the gocui library
|
||||
pkgrel = 1
|
||||
pkgrel = 2
|
||||
pkgver = 0.38.2
|
||||
url = https://github.com/jesseduffield/lazygit
|
||||
arch = aarch64
|
||||
|
3
PKGBUILD
3
PKGBUILD
@ -2,13 +2,14 @@
|
||||
|
||||
pkgname=lazygit-bin
|
||||
pkgver=0.38.2
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc='A simple terminal UI for git commands, written in Go with the gocui library'
|
||||
url="https://github.com/jesseduffield/lazygit"
|
||||
license=('MIT')
|
||||
provides=("lazygit")
|
||||
conflicts=("lazygit")
|
||||
arch=('aarch64' 'arm64' 'armv6h' 'i686' 'amd64')
|
||||
extensions=('zipman')
|
||||
|
||||
source_aarch64=("${url}/releases/download/v${pkgver}/lazygit_${pkgver}_Linux_arm64.tar.gz")
|
||||
source_arm64=("${url}/releases/download/v${pkgver}/lazygit_${pkgver}_Linux_arm64.tar.gz")
|
||||
|
Loading…
x
Reference in New Issue
Block a user