From 028c97695aeff00d2976195a4b5e355a72c53548 Mon Sep 17 00:00:00 2001 From: Ben Kohler Date: Thu, 6 Jun 2019 20:53:59 -0500 Subject: sys-fs/fatcat: new package Package-Manager: Portage-2.3.67, Repoman-2.3.14 Signed-off-by: Ben Kohler --- sys-fs/fatcat/fatcat-1.0.6.ebuild | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 sys-fs/fatcat/fatcat-1.0.6.ebuild (limited to 'sys-fs/fatcat/fatcat-1.0.6.ebuild') diff --git a/sys-fs/fatcat/fatcat-1.0.6.ebuild b/sys-fs/fatcat/fatcat-1.0.6.ebuild new file mode 100644 index 000000000000..38030a4cb902 --- /dev/null +++ b/sys-fs/fatcat/fatcat-1.0.6.ebuild @@ -0,0 +1,21 @@ +# Copyright 2018-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit cmake-utils + +DESCRIPTION="FAT filesystems explore, extract, repair, and forensic tool" +HOMEPAGE="https://github.com/Gregwar/fatcat" +SRC_URI="https://github.com/Gregwar/fatcat/archive/${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +src_install() { + cmake-utils_src_install + doman man/${PN}.1 + dodoc docs/*.md +} -- cgit v1.2.3-65-gdbad