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:
Simon van der Maas
2021-02-16 21:59:44 +01:00
parent 25112c872f
commit 1d5b22ec60

View File

@@ -3,7 +3,7 @@
EAPI=7
inherit go-module golang-build
inherit go-module
EGO_SUM=(
"github.com/gdamore/encoding v1.0.0"
@@ -40,9 +40,11 @@ S="${WORKDIR}/lf-r${PV}"
EGO_PN=github.com/gokcehan/lf
src_compile() {
go build
go build -x || die
}
src_install() {
dobin "lf"
einstalldocs
doman "lf.1"
}