mirror of
https://github.com/gentoo-mirror/guru.git
synced 2025-04-19 07:49:00 -04:00
dev-vcs/lazygit: fix src_compile() and "--version" cmd output
Closes: https://bugs.gentoo.org/912661 Signed-off-by: Sergey Torokhov <torokhov-s-a@yandex.ru>
This commit is contained in:
parent
920e0cadbb
commit
8c55813225
@ -20,7 +20,8 @@ RDEPEND="dev-vcs/git"
|
||||
DOCS=( {CODE-OF-CONDUCT,CONTRIBUTING,README}.md docs )
|
||||
|
||||
src_compile() {
|
||||
go build -o bin/lazygit || die
|
||||
ego build -o bin/lazygit \
|
||||
-ldflags "-X main.version=${PV}"
|
||||
}
|
||||
|
||||
src_install() {
|
@ -20,7 +20,8 @@ RDEPEND="dev-vcs/git"
|
||||
DOCS=( {CODE-OF-CONDUCT,CONTRIBUTING,README}.md docs )
|
||||
|
||||
src_compile() {
|
||||
go build -o bin/lazygit || die
|
||||
ego build -o bin/lazygit \
|
||||
-ldflags "-X main.version=${PV}"
|
||||
}
|
||||
|
||||
src_install() {
|
Loading…
x
Reference in New Issue
Block a user