app-text/fictionup: initial import
authorAndrey Grozin <grozin@gentoo.org>
Sat, 23 Dec 2017 07:11:55 +0000 (14:11 +0700)
committerAndrey Grozin <grozin@gentoo.org>
Sat, 23 Dec 2017 07:11:55 +0000 (14:11 +0700)
Package-Manager: Portage-2.3.19, Repoman-2.3.6

app-text/fictionup/Manifest [new file with mode: 0644]
app-text/fictionup/fictionup-0.1.ebuild [new file with mode: 0644]
app-text/fictionup/metadata.xml [new file with mode: 0644]

diff --git a/app-text/fictionup/Manifest b/app-text/fictionup/Manifest
new file mode 100644 (file)
index 0000000..9746bf1
--- /dev/null
@@ -0,0 +1 @@
+DIST fictionup-0.1.tar.gz 322407 BLAKE2B 73b464b73f58d725a1973450c2ecb79e140d2a2a4f6a563ea9d5fc1c25ff417a98f487fd26f1c578234007ccb52902390e6292fd3f1b3ec0331a31d00e25e9c3 SHA512 375dbfb27cab05693197b0774875ebbafdb5c4a1bc67db318e00712b821d37fc647b5047fbca083ad145847aa61b81486e4f5192524c233d3facdec3447beb6e
diff --git a/app-text/fictionup/fictionup-0.1.ebuild b/app-text/fictionup/fictionup-0.1.ebuild
new file mode 100644 (file)
index 0000000..08b5f53
--- /dev/null
@@ -0,0 +1,20 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+inherit cmake-utils
+
+DESCRIPTION="A command-line markdown to fb2 convertor"
+HOMEPAGE="http://cdslow.org.ru/fictionup/"
+SRC_URI="http://cdslow.org.ru/files/${PN}/${P}.tar.gz"
+LICENSE="GPL-3"
+SLOT="0"
+IUSE=""
+KEYWORDS="~amd64 ~x86"
+DEPEND="dev-libs/libyaml"
+RDEPEND="${DEPEND}"
+
+src_install() {
+       cmake-utils_src_install
+       mv "${D}"usr/share/doc/${PN} "${D}"usr/share/doc/${PF} || die "doc mv failed"
+}
diff --git a/app-text/fictionup/metadata.xml b/app-text/fictionup/metadata.xml
new file mode 100644 (file)
index 0000000..af04cd4
--- /dev/null
@@ -0,0 +1,13 @@
+<?xml version='1.0' encoding='UTF-8'?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+  <maintainer type="person">
+    <email>grozin@gentoo.org</email>
+    <name>Andrey Grozin</name>
+  </maintainer>
+  <longdescription lang="en">
+    fictionup is a command-line markdown to fb2 convertor. Metadata can be
+    included in the input file as a yaml block or given by a command-line
+    argument.
+  </longdescription>
+</pkgmetadata>