mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-09 15:13:31 -04:00
app-misc/fff: new package
Package-Manager: Portage-3.0.14, Repoman-3.0.2 Signed-off-by: Simon van der Maas <svdm-gentoo@protonmail.com>
This commit is contained in:
1
app-misc/fff/Manifest
Normal file
1
app-misc/fff/Manifest
Normal file
@@ -0,0 +1 @@
|
||||
DIST fff-2.2.tar.gz 16426 BLAKE2B 01bc277ce648610c18e382b5c5e50136981762d853089d7bd8a16bd20716627b5047dca6e30a5b305bd6983b81e95bef8e1ce1af0304df68794af3c6e04e289a SHA512 364fef67b69aa28fc9448eb4b11c4d7152f11191fd4313f728b1bb00fbc80682dd2d3b4d65884aa3d70b82d319e2ca8e19bf7a06c04b250e49c3577caa5fe2cf
|
||||
18
app-misc/fff/fff-2.2.ebuild
Normal file
18
app-misc/fff/fff-2.2.ebuild
Normal file
@@ -0,0 +1,18 @@
|
||||
# Copyright 2021 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
DESCRIPTION="A simple file manager written in bash"
|
||||
HOMEPAGE="https://github.com/dylanaraps/fff"
|
||||
SRC_URI="https://github.com/dylanaraps/fff/archive/${PV}.tar.gz -> ${P}.tar.gz"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64"
|
||||
|
||||
src_install() {
|
||||
dobin "fff"
|
||||
doman "fff.1"
|
||||
dodoc "README.md"
|
||||
}
|
||||
8
app-misc/fff/metadata.xml
Normal file
8
app-misc/fff/metadata.xml
Normal file
@@ -0,0 +1,8 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="person">
|
||||
<email>svdm-gentoo@protonmail.com</email>
|
||||
<name>Simon van der Maas</name>
|
||||
</maintainer>
|
||||
</pkgmetadata>
|
||||
Reference in New Issue
Block a user