extensions=('zipman') (no strip)

This commit is contained in:
Jonathan Apodaca 2023-06-03 15:14:14 -06:00
parent 60a637c0d8
commit ad0a1c03b8
2 changed files with 3 additions and 2 deletions

View File

@ -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

View File

@ -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")