mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-16 14:17:02 +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'
|
||||
pkgname=nuspell
|
||||
version=5.1.6
|
||||
revision=1
|
||||
revision=2
|
||||
build_style=cmake
|
||||
configure_args="-DBUILD_SHARED_LIBS=ON"
|
||||
hostmakedepends="pandoc"
|
||||
|
@ -20,7 +20,7 @@ libnuspell_package() {
|
|||
}
|
||||
|
||||
libnuspell-devel_package() {
|
||||
depends="${sourcepkg}>=${version}_${revision} ${makedepends}"
|
||||
depends="${sourcepkg}>=${version}_${revision} icu-devel"
|
||||
short_desc+=" - development files"
|
||||
pkg_install() {
|
||||
vmove usr/include
|
||||
|
|
Loading…
Add table
Reference in a new issue