Compare commits
24 Commits
9597278a97
...
master
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
5a01ff426e | ||
|
|
4a20c0df95 | ||
|
|
2962c62dd9 | ||
| f14f8a2fc9 | |||
| 05676702f4 | |||
| 9ef81e644b | |||
| a404ee6992 | |||
| dd58dba6cb | |||
| 6f7ab2ad34 | |||
| 8ded38923e | |||
| 0dd6c7907d | |||
| e0610538cc | |||
| d9f602dc41 | |||
| 8a958ef9b5 | |||
| bcd0972cef | |||
| 18a01759e2 | |||
| 5a815a227d | |||
| 69f29e0dfc | |||
| ad0a1c03b8 | |||
| 60a637c0d8 | |||
| 0be9209433 | |||
| acddadde20 | |||
| 4ec79395cb | |||
| 814c5f8567 |
17
.SRCINFO
17
.SRCINFO
@@ -3,20 +3,19 @@ pkgname = lazygit-bin
|
|||||||
pkgbase = lazygit-bin
|
pkgbase = lazygit-bin
|
||||||
pkgdesc = A simple terminal UI for git commands, written in Go with the gocui library
|
pkgdesc = A simple terminal UI for git commands, written in Go with the gocui library
|
||||||
pkgrel = 1
|
pkgrel = 1
|
||||||
pkgver = 0.36.0
|
pkgver = 0.50.0
|
||||||
url = https://github.com/jesseduffield/lazygit
|
url = https://github.com/jesseduffield/lazygit
|
||||||
arch = aarch64
|
arch = aarch64
|
||||||
|
arch = arm64
|
||||||
arch = armv6h
|
arch = armv6h
|
||||||
arch = i686
|
arch = i686
|
||||||
arch = amd64
|
arch = amd64
|
||||||
conflicts = lazygit
|
conflicts = lazygit
|
||||||
license = MIT
|
license = MIT
|
||||||
provides = lazygit
|
provides = lazygit
|
||||||
source_aarch64 = https://github.com/jesseduffield/lazygit/releases/download/v0.36.0/lazygit_0.36.0_Linux_arm64.tar.gz
|
source_aarch64 = https://github.com/jesseduffield/lazygit/releases/download/v0.50.0/lazygit_0.50.0_Linux_arm64.tar.gz
|
||||||
source_amd64 = https://github.com/jesseduffield/lazygit/releases/download/v0.36.0/lazygit_0.36.0_Linux_x86_64.tar.gz
|
source_amd64 = https://github.com/jesseduffield/lazygit/releases/download/v0.50.0/lazygit_0.50.0_Linux_x86_64.tar.gz
|
||||||
source_armv6h = https://github.com/jesseduffield/lazygit/releases/download/v0.36.0/lazygit_0.36.0_Linux_armv6.tar.gz
|
source_arm64 = https://github.com/jesseduffield/lazygit/releases/download/v0.50.0/lazygit_0.50.0_Linux_arm64.tar.gz
|
||||||
source_i686 = https://github.com/jesseduffield/lazygit/releases/download/v0.36.0/lazygit_0.36.0_Linux_32-bit.tar.gz
|
source_armv6h = https://github.com/jesseduffield/lazygit/releases/download/v0.50.0/lazygit_0.50.0_Linux_armv6.tar.gz
|
||||||
sha256sums_aarch64 = 10a12ae1f59fb5b1877a650c9a2ce8c05b47d871dc210a16fd9bc31dedafad90
|
source_i686 = https://github.com/jesseduffield/lazygit/releases/download/v0.50.0/lazygit_0.50.0_Linux_32-bit.tar.gz
|
||||||
sha256sums_amd64 = dc17a62f6f6efbeb5ba35abc182303bec17e62772be9bd8cf3e080640cb008b4
|
sha256sums_amd64 = bb2bc0ac8b1e2678c650c5aa8a6fa1595e46f8825ce7e6a3833ca95768179881
|
||||||
sha256sums_armv6h = 04b6f3ba79f7b726a5f14152ebfe342280f7381e03c2982aa9c5af294a148e65
|
|
||||||
sha256sums_i686 = 205298de0f8e36c744676b835b14713e5e783fedc49f830ac281e31583f2fb09
|
|
||||||
|
|||||||
15
PKGBUILD
15
PKGBUILD
@@ -1,24 +1,27 @@
|
|||||||
# Maintainer: Jonathan Apodaca <jrapodaca@gmail.com>
|
# Maintainer: Jonathan Apodaca <jrapodaca@gmail.com>
|
||||||
|
|
||||||
pkgname=lazygit-bin
|
pkgname=lazygit-bin
|
||||||
pkgver=0.36.0
|
pkgver=0.50.0
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc='A simple terminal UI for git commands, written in Go with the gocui library'
|
pkgdesc='A simple terminal UI for git commands, written in Go with the gocui library'
|
||||||
url="https://github.com/jesseduffield/lazygit"
|
url="https://github.com/jesseduffield/lazygit"
|
||||||
license=('MIT')
|
license=('MIT')
|
||||||
provides=("lazygit")
|
provides=("lazygit")
|
||||||
conflicts=("lazygit")
|
conflicts=("lazygit")
|
||||||
arch=('aarch64' 'armv6h' 'i686' 'amd64')
|
arch=('aarch64' 'arm64' 'armv6h' 'i686' 'amd64')
|
||||||
|
extensions=('zipman')
|
||||||
|
|
||||||
source_aarch64=("${url}/releases/download/v${pkgver}/lazygit_${pkgver}_Linux_arm64.tar.gz")
|
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")
|
||||||
source_armv6h=("${url}/releases/download/v${pkgver}/lazygit_${pkgver}_Linux_armv6.tar.gz")
|
source_armv6h=("${url}/releases/download/v${pkgver}/lazygit_${pkgver}_Linux_armv6.tar.gz")
|
||||||
source_i686=("${url}/releases/download/v${pkgver}/lazygit_${pkgver}_Linux_32-bit.tar.gz")
|
source_i686=("${url}/releases/download/v${pkgver}/lazygit_${pkgver}_Linux_32-bit.tar.gz")
|
||||||
source_amd64=("${url}/releases/download/v${pkgver}/lazygit_${pkgver}_Linux_x86_64.tar.gz")
|
source_amd64=("${url}/releases/download/v${pkgver}/lazygit_${pkgver}_Linux_x86_64.tar.gz")
|
||||||
|
|
||||||
sha256sums_aarch64=('10a12ae1f59fb5b1877a650c9a2ce8c05b47d871dc210a16fd9bc31dedafad90')
|
sha256sums_aarch64=('3f5728d99263ae2055ce7f767d60e75fef4faf14b5a5511281108d91b1dff624')
|
||||||
sha256sums_armv6h=('04b6f3ba79f7b726a5f14152ebfe342280f7381e03c2982aa9c5af294a148e65')
|
sha256sums_arm64=('3f5728d99263ae2055ce7f767d60e75fef4faf14b5a5511281108d91b1dff624')
|
||||||
sha256sums_i686=('205298de0f8e36c744676b835b14713e5e783fedc49f830ac281e31583f2fb09')
|
sha256sums_armv6h=('00021f090bdb792dde111c61a048a33224e79bc865f469e248d3f7a0c5a0ade3')
|
||||||
sha256sums_amd64=('dc17a62f6f6efbeb5ba35abc182303bec17e62772be9bd8cf3e080640cb008b4')
|
sha256sums_i686=('c02d153dd32d7877c0317f5dad74be75325149104706979bca3879f85b6bf831')
|
||||||
|
sha256sums_amd64=('bb2bc0ac8b1e2678c650c5aa8a6fa1595e46f8825ce7e6a3833ca95768179881')
|
||||||
|
|
||||||
package() {
|
package() {
|
||||||
install -Dm755 "${srcdir}/lazygit" "${pkgdir}/usr/bin/lazygit"
|
install -Dm755 "${srcdir}/lazygit" "${pkgdir}/usr/bin/lazygit"
|
||||||
|
|||||||
Reference in New Issue
Block a user