mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-10 23:52:59 -04:00
app-misc/superfile: fix package: Use ego instead of go; add metadata.xml
Signed-off-by: ingenarel <ingenarelitems@gmail.com>
This commit is contained in:
18
app-misc/superfile/metadata.xml
Normal file
18
app-misc/superfile/metadata.xml
Normal file
@@ -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>ingenarelitems@gmail.com</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>
|
||||
@@ -15,7 +15,7 @@ SLOT="0"
|
||||
KEYWORDS="~amd64"
|
||||
|
||||
src_compile() {
|
||||
go build -o ./bin/spf
|
||||
ego build -o bin/spf
|
||||
}
|
||||
|
||||
src_install() {
|
||||
|
||||
Reference in New Issue
Block a user