commit: ab15817b38e64a842290def2017ee938ea5d9076 Author: ingenarel <ingenarelitems <AT> gmail <DOT> com> AuthorDate: Wed May 21 04:25:20 2025 +0000 Commit: Julien Roy <julien <AT> jroy <DOT> ca> CommitDate: Wed May 21 04:25:20 2025 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=ab15817b
app-misc/superfile: add 9999 Signed-off-by: ingenarel <ingenarelitems <AT> gmail.com> app-misc/superfile/superfile-9999.ebuild | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/app-misc/superfile/superfile-9999.ebuild b/app-misc/superfile/superfile-9999.ebuild new file mode 100644 index 000000000..f4b8510af --- /dev/null +++ b/app-misc/superfile/superfile-9999.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2025 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit go-module git-r3 + +DESCRIPTION="Pretty fancy and modern terminal file manager" +HOMEPAGE="https://superfile.netlify.app/" +EGIT_REPO_URI="https://github.com/yorukot/superfile.git" + +LICENSE="MIT" +SLOT="0" + +src_unpack() { + git-r3_src_unpack + go-module_live_vendor +} + +src_compile() { + ego build -o bin/spf +} + +src_install() { + dobin bin/spf +}
