app-text/qtspell - 1.0.1 (mv)

Search

Package Information

Description:
Spell checking for Qt text widgets
Homepage:
https://github.com/manisandro/qtspell
License:
GPL-3

Ebuild Details

Version EAPI Keywords Slot
1.0.1 8 amd64 ~x86 0
View Raw Ebuild
# Copyright 1999-2022 Martin V\"ath
# Distributed under the terms of the GNU General Public License v2

EAPI=8
RESTRICT="mirror"

inherit cmake flag-o-matic

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=""

RDEPEND="app-text/enchant"
DEPEND="${RDEPEND}"

src_prepare() {
	filter-flags '-flto*' '-fuse-linker-plugin' '-emit-llvm'
	cmake_src_prepare
}

Dependencies

DEPEND

app-text/enchant

RDEPEND

app-text/enchant

Manifest for 1.0.1

Type File Size Source URLs
DIST qtspell-1.0.1.tar.gz 59732 bytes https://github.com/manisandro/qtspell/archive/1.0.1.tar.gz