X-Git-Url: https://git.sthu.org/?p=shuber-gentoo-overlay.git;a=blobdiff_plain;f=app-text%2Fqtspell%2Fqtspell-1.0.1.ebuild;fp=app-text%2Fqtspell%2Fqtspell-1.0.1.ebuild;h=55daf9cd065a66d3720aa0a169297749796147a5;hp=0000000000000000000000000000000000000000;hb=b105a810b180c8cdc056ddaef14e551517357088;hpb=add7c262edfcec49859b612de1dfaf8eeb8c2068 diff --git a/app-text/qtspell/qtspell-1.0.1.ebuild b/app-text/qtspell/qtspell-1.0.1.ebuild new file mode 100644 index 0000000..55daf9c --- /dev/null +++ b/app-text/qtspell/qtspell-1.0.1.ebuild @@ -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" +