guru/app-misc/superfile/superfile-1.1.7.1.ebuild
ingenarel 3ec80bd7c8
app-misc/superfile: fix package: Use ego instead of go; add metadata.xml
Signed-off-by: ingenarel <ingenarelitems@gmail.com>
2025-02-25 22:22:54 +06:00

24 lines
543 B
Bash

# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit go-module
DESCRIPTION="Pretty fancy and modern terminal file manager"
HOMEPAGE="https://superfile.netlify.app/"
SRC_URI="https://github.com/yorukot/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
SRC_URI+=" https://github.com/ingenarel/guru-depfiles/releases/download/0.2/${P}-vendor.tar.xz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64"
src_compile() {
ego build -o bin/spf
}
src_install() {
dobin bin/spf
}