24 lines
708 B
Bash
24 lines
708 B
Bash
# Template file for 'qtspell'
|
|
pkgname=qtspell
|
|
version=1.0.1
|
|
revision=1
|
|
build_style=cmake
|
|
hostmakedepends="pkg-config qt5-tools-devel"
|
|
makedepends="enchant2-devel qt5-tools-devel"
|
|
short_desc="Spell checking for Qt text widgets"
|
|
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
|
license="GPL-3.0-or-later"
|
|
homepage="https://github.com/manisandro/qtspell"
|
|
distfiles="https://github.com/manisandro/qtspell/archive/refs/tags/${version}.tar.gz"
|
|
checksum=03bb9ef504dff352e162b91e9da89fb34d236e01da54799db69388dc9ceea4c2
|
|
|
|
qtspell-devel_package() {
|
|
short_desc+=" - development files"
|
|
depends="${sourcepkg}>=${version}_${revision}"
|
|
pkg_install() {
|
|
vmove usr/include
|
|
vmove usr/lib/*.so
|
|
vmove usr/lib/pkgconfig
|
|
}
|
|
}
|