From 3ec80bd7c8d09fb86d713fb26424dd0c725294ea Mon Sep 17 00:00:00 2001 From: ingenarel Date: Tue, 25 Feb 2025 22:21:18 +0600 Subject: [PATCH] app-misc/superfile: fix package: Use ego instead of go; add metadata.xml Signed-off-by: ingenarel --- app-misc/superfile/metadata.xml | 18 ++++++++++++++++++ app-misc/superfile/superfile-1.1.7.1.ebuild | 2 +- 2 files changed, 19 insertions(+), 1 deletion(-) create mode 100644 app-misc/superfile/metadata.xml diff --git a/app-misc/superfile/metadata.xml b/app-misc/superfile/metadata.xml new file mode 100644 index 0000000000..7f09a14a62 --- /dev/null +++ b/app-misc/superfile/metadata.xml @@ -0,0 +1,18 @@ + + + + + ingenarelitems@gmail.com + ingenarel + + +Superfile is a very fancy and modern terminal file manager that can complete the file operations you need!! +It can be said that good-looking is the original intention of superfile, so the entire superfile should be as beautiful as possible. +From basic Hotkey, the entire theme color and even the border Style can be customized. +This file manager allows you to do almost everything you want to do on a file manager. +Multiple panel allows you to view multiple directories at the same time and copy and paste in just a few simple steps without having to return to the main directory. + + + yorukot/superfile + + diff --git a/app-misc/superfile/superfile-1.1.7.1.ebuild b/app-misc/superfile/superfile-1.1.7.1.ebuild index 164cd70e1d..9e1489b515 100644 --- a/app-misc/superfile/superfile-1.1.7.1.ebuild +++ b/app-misc/superfile/superfile-1.1.7.1.ebuild @@ -15,7 +15,7 @@ SLOT="0" KEYWORDS="~amd64" src_compile() { - go build -o ./bin/spf + ego build -o bin/spf } src_install() {