sys-fs/fatcat: new package
authorBen Kohler <bkohler@gentoo.org>
Fri, 7 Jun 2019 01:53:59 +0000 (20:53 -0500)
committerBen Kohler <bkohler@gentoo.org>
Fri, 7 Jun 2019 01:53:59 +0000 (20:53 -0500)
Package-Manager: Portage-2.3.67, Repoman-2.3.14
Signed-off-by: Ben Kohler <bkohler@gentoo.org>
sys-fs/fatcat/Manifest [new file with mode: 0644]
sys-fs/fatcat/fatcat-1.0.6.ebuild [new file with mode: 0644]
sys-fs/fatcat/metadata.xml [new file with mode: 0644]

diff --git a/sys-fs/fatcat/Manifest b/sys-fs/fatcat/Manifest
new file mode 100644 (file)
index 0000000..9d4074a
--- /dev/null
@@ -0,0 +1 @@
+DIST fatcat-1.0.6.tar.gz 50447 BLAKE2B f33c479ec9482a7cf7113d1fa0d02c8bde0c58c5162e392867c18ec157f23d9891e90c9571892fe48b22b5c6d713404bdbd822ac07f4bba9243fcb1ead6932c3 SHA512 5a0eedad9c3d3f8dc6d7230c74669082a33850bd0a91310dccb080f4a2351ca75be6af7bbb6610c71030d5f97cf63f98f43891084171a82e07ef70064a8bce7b
diff --git a/sys-fs/fatcat/fatcat-1.0.6.ebuild b/sys-fs/fatcat/fatcat-1.0.6.ebuild
new file mode 100644 (file)
index 0000000..38030a4
--- /dev/null
@@ -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
+}
diff --git a/sys-fs/fatcat/metadata.xml b/sys-fs/fatcat/metadata.xml
new file mode 100644 (file)
index 0000000..4352341
--- /dev/null
@@ -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>bkohler@gentoo.org</email>
+       <name>Ben Kohler</name>
+</maintainer>
+</pkgmetadata>