mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
extra/nuspell: fix
This commit is contained in:
parent
c78ac4da89
commit
dadf98a6b8
1 changed files with 3 additions and 2 deletions
|
@ -2,7 +2,7 @@
|
|||
# Conributor: Mélanie Chauvel (ariasuni) <perso at hack-libre dot org>
|
||||
|
||||
# ALARM: Kevin Mihelich <kevin@archlinuxarm.org>
|
||||
# - remove makedepend on pandoc
|
||||
# - remove makedepend on pandoc, set -DBUILD_DOCS=OFF
|
||||
# - move catch2 to makedepends
|
||||
|
||||
pkgname=nuspell
|
||||
|
@ -26,7 +26,8 @@ build() {
|
|||
-S ${pkgbase}-${pkgver} \
|
||||
-DCMAKE_INSTALL_PREFIX=/usr \
|
||||
-DCMAKE_INSTALL_LIBDIR=/usr/lib \
|
||||
-DBUILD_SHARED_LIBS=ON
|
||||
-DBUILD_SHARED_LIBS=ON \
|
||||
-DBUILD_DOCS=OFF
|
||||
cmake --build "${pkgname}-${pkgver}"/build
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue