Updated lazygit from 0.44.0 to 0.44.1
This commit is contained in:
parent
4f0f6db7e3
commit
f279a159af
@ -1 +1 @@
|
|||||||
DIST lazygit-0.44.0.tar.gz 4712697 BLAKE2B a3da1ec65f8e3ad302f3979f615b63d1628c3df7b2b4c8ca60b30d818c0ca13fa97cf8a2216ff249adb4852622fb724a7295cc404446cff96018aefeed908017 SHA512 48cc51d8ffb92d92a04e821db69b9c0058cc2e327d796c9e5367b5e11e43c4335a1e2822d31116920744b00d901e8a8cc532aa98e75a0b5ee300db4aaa351a94
|
DIST lazygit-0.44.1.tar.gz 4731978 BLAKE2B 97a1f518f61127802ffde18f5c976c0e82af9c7d4fc0739fab5d28b4c5e0ca57237986c9ad63fe26bf4b7a87821a565ed9265f5dbb64b5219328025455d87f75 SHA512 036b17618c9bc4c436a9d08dd62b7553293a414ed3ac852c7a7edb39f20de86fb405d111391856bc4bf542e7d3ac163481e267249433705f40c7bc6eb83805ac
|
||||||
|
@ -9,8 +9,6 @@ DESCRIPTION="Simple terminal UI for git commands"
|
|||||||
HOMEPAGE="https://github.com/jesseduffield/lazygit"
|
HOMEPAGE="https://github.com/jesseduffield/lazygit"
|
||||||
SRC_URI="https://github.com/jesseduffield/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
|
SRC_URI="https://github.com/jesseduffield/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
|
||||||
|
|
||||||
S="${WORKDIR}/${P}"
|
|
||||||
|
|
||||||
LICENSE="Apache-2.0 BSD ISC MIT Unlicense"
|
LICENSE="Apache-2.0 BSD ISC MIT Unlicense"
|
||||||
SLOT="0"
|
SLOT="0"
|
||||||
KEYWORDS="~amd64 ~arm64"
|
KEYWORDS="~amd64 ~arm64"
|
||||||
@ -20,7 +18,7 @@ RDEPEND="dev-vcs/git"
|
|||||||
DOCS=( {CODE-OF-CONDUCT,CONTRIBUTING,README}.md docs )
|
DOCS=( {CODE-OF-CONDUCT,CONTRIBUTING,README}.md docs )
|
||||||
|
|
||||||
src_compile() {
|
src_compile() {
|
||||||
ego build -o bin/${PN} \
|
ego build -o bin/lazygit \
|
||||||
-ldflags "-X main.version=${PV}"
|
-ldflags "-X main.version=${PV}"
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -29,6 +27,6 @@ src_test() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
src_install() {
|
src_install() {
|
||||||
dobin bin/${PN}
|
dobin bin/lazygit
|
||||||
einstalldocs
|
einstalldocs
|
||||||
}
|
}
|
@ -1,14 +0,0 @@
|
|||||||
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.44.0.tar.gz -> lazygit-0.44.0.tar.gz
|
|
||||||
_eclasses_=multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe toolchain-funcs 333970c740aa7b1a92e4fcdc52f612bd multilib c19072c3cd7ac5cb21de013f7e9832e0 flag-o-matic e503ea5acc20410237ba33ec3f7c857d go-env 90efbc8636d2f02d9654183330e84cf7 go-module 83fd3ed1657cfc316c93d6a37018290d
|
|
||||||
_md5_=fffc26be4b9c84acf0b3dd71edb44fd3
|
|
14
metadata/md5-cache/dev-vcs/lazygit-0.44.1
Normal file
14
metadata/md5-cache/dev-vcs/lazygit-0.44.1
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.44.1.tar.gz -> lazygit-0.44.1.tar.gz
|
||||||
|
_eclasses_=multiprocessing e644caa6eb7ce7e5ab0864383ac13ad9 toolchain-funcs 948855ec7ad9f11351edf9066708dfa9 multilib 7e1347c006a76bb812f3a9f663b79991 flag-o-matic fa33e3696fe4689dda7e9affe92e2c94 go-env 90efbc8636d2f02d9654183330e84cf7 go-module 83fd3ed1657cfc316c93d6a37018290d
|
||||||
|
_md5_=0bac9dced99b1fff4702aa6ea02d7791
|
Loading…
x
Reference in New Issue
Block a user