app-misc/fff: Add new package in version 2.2
Package-Manager: Portage-3.0.22, Repoman-3.0.3 Signed-off-by: Nils Freydank <holgersson@posteo.de>
This commit is contained in:
parent
6cee1a150b
commit
7290b7cff3
1
app-misc/fff/Manifest
Normal file
1
app-misc/fff/Manifest
Normal file
@ -0,0 +1 @@
|
|||||||
|
DIST fff.tar.gz 16426 BLAKE2B 01bc277ce648610c18e382b5c5e50136981762d853089d7bd8a16bd20716627b5047dca6e30a5b305bd6983b81e95bef8e1ce1af0304df68794af3c6e04e289a SHA512 364fef67b69aa28fc9448eb4b11c4d7152f11191fd4313f728b1bb00fbc80682dd2d3b4d65884aa3d70b82d319e2ca8e19bf7a06c04b250e49c3577caa5fe2cf
|
23
app-misc/fff/fff-2.2.ebuild
Normal file
23
app-misc/fff/fff-2.2.ebuild
Normal file
@ -0,0 +1,23 @@
|
|||||||
|
# Copyright 2021 Gentoo Authors
|
||||||
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
|
|
||||||
|
EAPI=8
|
||||||
|
|
||||||
|
DESCRIPTION="Fucking Fast File-Manager (written in bash)"
|
||||||
|
HOMEPAGE="https://github.com/dylanaraps/fff"
|
||||||
|
SRC_URI="https://github.com/dylanaraps/fff/archive/refs/tags/${PV}.tar.gz -> ${PN}.tar.gz"
|
||||||
|
|
||||||
|
LICENSE="MIT"
|
||||||
|
SLOT="0"
|
||||||
|
KEYWORDS="~amd64 ~x86"
|
||||||
|
|
||||||
|
DEPEND="
|
||||||
|
app-shells/bash:0
|
||||||
|
sys-apps/coreutils
|
||||||
|
x11-misc/xdg-utils
|
||||||
|
www-client/w3m[imlib]
|
||||||
|
x11-misc/xdotool
|
||||||
|
sys-apps/fbset
|
||||||
|
"
|
||||||
|
RDEPEND="${DEPEND}"
|
||||||
|
BDEPEND=""
|
11
app-misc/fff/metadata.xml
Normal file
11
app-misc/fff/metadata.xml
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||||
|
<pkgmetadata>
|
||||||
|
<maintainer type="person">
|
||||||
|
<email>holgersson@posteo.de</email>
|
||||||
|
<name>Nils Freydank</name>
|
||||||
|
</maintainer>
|
||||||
|
<upstream>
|
||||||
|
<remote-id type="github">dylanaraps/fff</remote-id>
|
||||||
|
</upstream>
|
||||||
|
</pkgmetadata>
|
Loading…
Reference in New Issue
Block a user