mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
nuspell: -devel not requires catch2
This commit is contained in:
parent
bed0bd46b8
commit
c1e14d42b5
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'nuspell'
|
# Template file for 'nuspell'
|
||||||
pkgname=nuspell
|
pkgname=nuspell
|
||||||
version=5.1.6
|
version=5.1.6
|
||||||
revision=1
|
revision=2
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
configure_args="-DBUILD_SHARED_LIBS=ON"
|
configure_args="-DBUILD_SHARED_LIBS=ON"
|
||||||
hostmakedepends="pandoc"
|
hostmakedepends="pandoc"
|
||||||
|
@ -20,7 +20,7 @@ libnuspell_package() {
|
||||||
}
|
}
|
||||||
|
|
||||||
libnuspell-devel_package() {
|
libnuspell-devel_package() {
|
||||||
depends="${sourcepkg}>=${version}_${revision} ${makedepends}"
|
depends="${sourcepkg}>=${version}_${revision} icu-devel"
|
||||||
short_desc+=" - development files"
|
short_desc+=" - development files"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr/include
|
vmove usr/include
|
||||||
|
|
Loading…
Add table
Reference in a new issue