Add ipe-7.2.25 and app-text/qtspell
[shuber-gentoo-overlay.git] / app-text / qtspell / qtspell-1.0.1.ebuild
1 EAPI=7
2 inherit cmake-utils
3
4 DESCRIPTION="Spell checking for Qt text widgets"
5 HOMEPAGE="https://github.com/manisandro/qtspell"
6 SRC_URI="https://github.com/manisandro/${PN}/archive/${PV}.tar.gz -> $P.tar.gz"
7
8 LICENSE="GPL-3"
9 SLOT="0"
10 KEYWORDS="amd64 ~x86"
11 IUSE="qt5"
12
13 DEPEND="app-text/enchant"
14