Added dev-vcs/lazygit-0.46.0
This commit is contained in:
parent
a5aaa55f11
commit
a8cdfa96e1
@ -1 +1,2 @@
|
|||||||
DIST lazygit-0.45.2.tar.gz 4770243 BLAKE2B b8373edfb5b39d4bacc3e8656bdfb3b02c237654562e223ffeb5d486ded943bd16c3cdc5cd07c134b831c376dd1fe67c37c6baf8d40aa1777e3c7a7a786c935e SHA512 129eeb99de46364361c916d545222b3bd376ac3ca5ec362ebc00c06d08dd450230aed0b797acf8270f20d5e00e9d6f9cb644b94f7fdfa27c617612639913865c
|
DIST lazygit-0.45.2.tar.gz 4770243 BLAKE2B b8373edfb5b39d4bacc3e8656bdfb3b02c237654562e223ffeb5d486ded943bd16c3cdc5cd07c134b831c376dd1fe67c37c6baf8d40aa1777e3c7a7a786c935e SHA512 129eeb99de46364361c916d545222b3bd376ac3ca5ec362ebc00c06d08dd450230aed0b797acf8270f20d5e00e9d6f9cb644b94f7fdfa27c617612639913865c
|
||||||
|
DIST lazygit-0.46.0.tar.gz 4790974 BLAKE2B b493fb985645b19e82ba710740d29aeec5c4725adc780609bf4183cd0164c2d06c8b7ccc48f7216722ccc7e80f6392e035a0fa4afea5e001b44d2e30f9aaddfd SHA512 bdbe151922d396ef526acc049830c21bf0396623fc344d2aa989272275cb353b57bd7533f3700db234be7e84a665dbef5e401c3aa8ec249e4e355b3750a5dff0
|
||||||
|
32
dev-vcs/lazygit/lazygit-0.46.0.ebuild
Normal file
32
dev-vcs/lazygit/lazygit-0.46.0.ebuild
Normal file
@ -0,0 +1,32 @@
|
|||||||
|
# Copyright 1999-2025 Gentoo Authors
|
||||||
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
|
|
||||||
|
EAPI=8
|
||||||
|
|
||||||
|
inherit go-module
|
||||||
|
|
||||||
|
DESCRIPTION='Simple terminal UI for git commands'
|
||||||
|
HOMEPAGE='https://github.com/jesseduffield/lazygit'
|
||||||
|
SRC_URI="https://github.com/jesseduffield/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
|
||||||
|
|
||||||
|
LICENSE='Apache-2.0 BSD ISC MIT Unlicense'
|
||||||
|
SLOT='0'
|
||||||
|
KEYWORDS='~amd64 ~arm64'
|
||||||
|
|
||||||
|
RDEPEND='dev-vcs/git'
|
||||||
|
|
||||||
|
DOCS=( {CODE-OF-CONDUCT,CONTRIBUTING,README}.md docs )
|
||||||
|
|
||||||
|
src_compile() {
|
||||||
|
ego build -o bin/lazygit \
|
||||||
|
-ldflags "-X main.version=${PV}"
|
||||||
|
}
|
||||||
|
|
||||||
|
src_test() {
|
||||||
|
ego test ./... -short
|
||||||
|
}
|
||||||
|
|
||||||
|
src_install() {
|
||||||
|
dobin bin/lazygit
|
||||||
|
einstalldocs
|
||||||
|
}
|
14
metadata/md5-cache/dev-vcs/lazygit-0.46.0
Normal file
14
metadata/md5-cache/dev-vcs/lazygit-0.46.0
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
BDEPEND=>=dev-lang/go-1.20:= app-arch/unzip
|
||||||
|
DEFINED_PHASES=compile install test unpack
|
||||||
|
DESCRIPTION=Simple terminal UI for git commands
|
||||||
|
EAPI=8
|
||||||
|
HOMEPAGE=https://github.com/jesseduffield/lazygit
|
||||||
|
INHERIT=go-module
|
||||||
|
KEYWORDS=~amd64 ~arm64
|
||||||
|
LICENSE=Apache-2.0 BSD ISC MIT Unlicense
|
||||||
|
RDEPEND=dev-vcs/git
|
||||||
|
RESTRICT=strip
|
||||||
|
SLOT=0
|
||||||
|
SRC_URI=https://github.com/jesseduffield/lazygit/archive/v0.46.0.tar.gz -> lazygit-0.46.0.tar.gz
|
||||||
|
_eclasses_=multiprocessing 1e32df7deee68372153dca65f4a7c21f toolchain-funcs 14648d8795f7779e11e1bc7cf08b7536 multilib b2a329026f2e404e9e371097dda47f96 flag-o-matic 357f1a896fbedcd06e5ce55419c49eb9 go-env 0e2babf96e7d0b045fc07ad199eb2399 go-module df32d29550d40a92da723d3b8e17b467
|
||||||
|
_md5_=96123dbfa90694e85a74f788d436158a
|
Loading…
x
Reference in New Issue
Block a user