commit: 3ec80bd7c8d09fb86d713fb26424dd0c725294ea Author: ingenarel <ingenarelitems <AT> gmail <DOT> com> AuthorDate: Tue Feb 25 16:21:18 2025 +0000 Commit: Saad Abdullah <ingenarelitems <AT> gmail <DOT> com> CommitDate: Tue Feb 25 16:22:54 2025 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=3ec80bd7
app-misc/superfile: fix package: Use ego instead of go; add metadata.xml Signed-off-by: ingenarel <ingenarelitems <AT> gmail.com> app-misc/superfile/metadata.xml | 18 ++++++++++++++++++ app-misc/superfile/superfile-1.1.7.1.ebuild | 2 +- 2 files changed, 19 insertions(+), 1 deletion(-) diff --git a/app-misc/superfile/metadata.xml b/app-misc/superfile/metadata.xml new file mode 100644 index 000000000..7f09a14a6 --- /dev/null +++ b/app-misc/superfile/metadata.xml @@ -0,0 +1,18 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="person"> + <email>[email protected]</email> + <name>ingenarel</name> + </maintainer> +<longdescription lang="en"> +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. +</longdescription> +<upstream> + <remote-id type="github">yorukot/superfile</remote-id> +</upstream> +</pkgmetadata> diff --git a/app-misc/superfile/superfile-1.1.7.1.ebuild b/app-misc/superfile/superfile-1.1.7.1.ebuild index 164cd70e1..9e1489b51 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() {
