mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-20 12:33:40 -04:00
app-misc/lf: fixed ebuild
Package-Manager: Portage-3.0.13, Repoman-3.0.2 Signed-off-by: Simon van der Maas <svdm-gentoo@protonmail.com>
This commit is contained in:
@@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
EAPI=7
|
EAPI=7
|
||||||
|
|
||||||
inherit go-module golang-build
|
inherit go-module
|
||||||
|
|
||||||
EGO_SUM=(
|
EGO_SUM=(
|
||||||
"github.com/gdamore/encoding v1.0.0"
|
"github.com/gdamore/encoding v1.0.0"
|
||||||
@@ -40,9 +40,11 @@ S="${WORKDIR}/lf-r${PV}"
|
|||||||
EGO_PN=github.com/gokcehan/lf
|
EGO_PN=github.com/gokcehan/lf
|
||||||
|
|
||||||
src_compile() {
|
src_compile() {
|
||||||
go build
|
go build -x || die
|
||||||
}
|
}
|
||||||
|
|
||||||
src_install() {
|
src_install() {
|
||||||
dobin "lf"
|
dobin "lf"
|
||||||
|
einstalldocs
|
||||||
|
doman "lf.1"
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user