diff options
Diffstat (limited to 'app-misc/lf/lf-27.ebuild')
-rw-r--r-- | app-misc/lf/lf-27.ebuild | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/app-misc/lf/lf-27.ebuild b/app-misc/lf/lf-27.ebuild index d027ff90e..76dc82232 100644 --- a/app-misc/lf/lf-27.ebuild +++ b/app-misc/lf/lf-27.ebuild @@ -5,18 +5,18 @@ EAPI=7 inherit go-module bash-completion-r1 desktop xdg -SRC_URI="https://github.com/gokcehan/lf/archive/r${PV}.tar.gz -> ${P}.tar.gz" -SRC_URI+=" https://github.com/ephemer4l/gentoo-lf/raw/main/${P}-deps.tar.xz" - DESCRIPTION="Terminal file manager" HOMEPAGE="https://github.com/gokcehan/lf" -IUSE="+static" +SRC_URI="https://github.com/gokcehan/lf/archive/r${PV}.tar.gz -> ${P}.tar.gz + https://github.com/ephemer4l/gentoo-lf/raw/main/${P}-deps.tar.xz" + +S="${WORKDIR}/${PN}-r${PV}" -KEYWORDS="~amd64 ~arm ~arm64 ~x86" LICENSE="MIT" SLOT="0" +KEYWORDS="~amd64 ~arm ~arm64 ~x86" -S="${WORKDIR}/${PN}-r${PV}" +IUSE="+static" src_compile() { local ldflags="-s -w -X main.gVersion=r${PV}" |