commit:     e37a2439565ab66de63052edfb8674ddd2625d3f
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Fri Oct  7 12:53:23 2022 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Oct 16 09:42:07 2022 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=e37a2439

app-editors/ghostwriter: new package, add 9999

Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 app-editors/ghostwriter/ghostwriter-9999.ebuild | 36 +++++++++++++++++++++++++
 app-editors/ghostwriter/metadata.xml            | 12 +++++++++
 2 files changed, 48 insertions(+)

diff --git a/app-editors/ghostwriter/ghostwriter-9999.ebuild 
b/app-editors/ghostwriter/ghostwriter-9999.ebuild
new file mode 100644
index 0000000000..6379c4f23b
--- /dev/null
+++ b/app-editors/ghostwriter/ghostwriter-9999.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+KDE_ORG_CATEGORY=office
+KFMIN=5.90.0
+QTMIN=5.15.2
+inherit ecm kde.org
+
+DESCRIPTION="Cross-platform, aesthetic, distraction-free markdown editor"
+HOMEPAGE="https://ghostwriter.kde.org/";
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS=""
+IUSE=""
+
+RDEPEND="
+       app-text/hunspell:=
+       >=dev-qt/qtgui-${QTMIN}:5
+       >=dev-qt/qtsvg-${QTMIN}:5
+       >=dev-qt/qtwebchannel-${QTMIN}:5
+       >=dev-qt/qtwebengine-${QTMIN}:5[widgets]
+       >=dev-qt/qtwidgets-${QTMIN}:5
+       virtual/opengl
+"
+DEPEND="${RDEPEND}
+       >=dev-qt/qtconcurrent-${QTMIN}:5
+"
+BDEPEND="
+       >=dev-qt/linguist-tools-${QTMIN}:5
+       virtual/pkgconfig
+"
+
+DOCS=( CREDITS.md README.md )

diff --git a/app-editors/ghostwriter/metadata.xml 
b/app-editors/ghostwriter/metadata.xml
new file mode 100644
index 0000000000..238f08670f
--- /dev/null
+++ b/app-editors/ghostwriter/metadata.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd";>
+<pkgmetadata>
+       <maintainer type="project">
+               <email>[email protected]</email>
+               <name>Gentoo KDE Project</name>
+       </maintainer>
+       <upstream>
+               <remote-id type="github">wereturtle/ghostwriter</remote-id>
+               <bugs-to>https://bugs.kde.org/</bugs-to>
+       </upstream>
+</pkgmetadata>

Reply via email to