Files
guru/app-misc/superfile/superfile-1.3.1.ebuild
ingenarel 2232490e24 app-misc/superfile: add 1.3.1
Signed-off-by: ingenarel <ingenarelitems@gmail.com>
2025-07-13 06:55:51 +06:00

24 lines
548 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/${P}-deps.tar.xz/${P}-deps.tar.xz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64"
src_compile() {
ego build -o bin/spf
}
src_install() {
dobin bin/spf
}