media-gfx/cgal-ipelets: Add cgal-ipelets-5.6
[shuber-gentoo-overlay.git] / app-text / qtspell / qtspell-1.0.1.ebuild
1 EAPI=7
2 inherit cmake
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