mirror of
https://github.com/gentoo-mirror/guru.git
synced 2025-04-10 20:18:41 -04:00
app-misc/superfile: add 1.2.0.0
Signed-off-by: ingenarel <ingenarelitems@gmail.com>
This commit is contained in:
parent
611129d1c5
commit
eb5141b34f
@ -1,2 +1,4 @@
|
||||
DIST superfile-1.1.7.1-vendor.tar.xz 2722972 BLAKE2B 3dee77111a2611a3eb67ff5f6fba27f0b59a5c760b4849e31eb013b39e3d4269bd0a7a5492982a624f85a3441637a42bdc713d6f414d3bf24e49266571c10018 SHA512 0b76eadb09f9752c611b3b3917e4997d1a6293bbd0ce7caebc6158e03895492f5031de7414da9efcca0688f511cffdb842eb98f157c8d8eab81fa1ecd2cc8b69
|
||||
DIST superfile-1.1.7.1.tar.gz 8216364 BLAKE2B 81e4f3096d29408bc187178dacba233a1d41452d295ea302260f294b2cf768b9b6ec8c7c8b5831c410485f921be37277937ebaf54642b4344767f93d15bc44c3 SHA512 e4bb45db59821b5e03d890019e5ea9537af834b51ce5819ae1a17ce1006785746c1ba42f01e0c9d967c8430e338c2d59daaa7251dca4d508adb18f2e0c4b2018
|
||||
DIST superfile-1.2.0.0-vendor.tar.xz 2850812 BLAKE2B 17600ef760fa6b089bd9856f3ffeb5a79165975bb28b19c01b96f112bd44dd5d7b92fb44238b588ecee9ed4984a278d395c8087ee6b40fe2d37c2726b2816369 SHA512 53ccd5ea182808fa5a33d2c8b11e28738ebf85d1871bd16eff757db57fed055efacf251c52a7db78d8bedd5586a56a112cea6bf4a4b26541700fc65b1cb311aa
|
||||
DIST superfile-1.2.0.0.tar.gz 8718170 BLAKE2B d4f463e6096f7fd86f7e02df707ba1ce81cc05289fbaf3fa8c6b097f94ac51925cb79411c303699b7cf1bcafe340c921bcdffcbfa417c3f6f28f2739fb3da095 SHA512 3fb45d7bb43c915be1c71dd1d209a9dc2e2af72f15859678141eeb6294e2e5ab45822ae3590a67c7b0d40af759f45d2220b7e9980d2303af9742e52891e80846
|
||||
|
23
app-misc/superfile/superfile-1.2.0.0.ebuild
Normal file
23
app-misc/superfile/superfile-1.2.0.0.ebuild
Normal file
@ -0,0 +1,23 @@
|
||||
# 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/0.4/${P}-vendor.tar.xz"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64"
|
||||
|
||||
src_compile() {
|
||||
ego build -o bin/spf
|
||||
}
|
||||
|
||||
src_install() {
|
||||
dobin bin/spf
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user