Add ipe-7.2.25 and app-text/qtspell
[shuber-gentoo-overlay.git] / app-text / qtspell / qtspell-1.0.1.ebuild
diff --git a/app-text/qtspell/qtspell-1.0.1.ebuild b/app-text/qtspell/qtspell-1.0.1.ebuild
new file mode 100644 (file)
index 0000000..55daf9c
--- /dev/null
@@ -0,0 +1,14 @@
+EAPI=7
+inherit cmake-utils
+
+DESCRIPTION="Spell checking for Qt text widgets"
+HOMEPAGE="https://github.com/manisandro/qtspell"
+SRC_URI="https://github.com/manisandro/${PN}/archive/${PV}.tar.gz -> $P.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="amd64 ~x86"
+IUSE="qt5"
+
+DEPEND="app-text/enchant"
+