mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
extra/nuspell to 5.1.4-3
This commit is contained in:
parent
f38342b51f
commit
0860966bf2
3 changed files with 9 additions and 2 deletions
|
@ -1,11 +1,12 @@
|
||||||
pkgbase = nuspell
|
pkgbase = nuspell
|
||||||
pkgdesc = Fast and safe spellchecking C++ library
|
pkgdesc = Fast and safe spellchecking C++ library
|
||||||
pkgver = 5.1.4
|
pkgver = 5.1.4
|
||||||
pkgrel = 2
|
pkgrel = 3
|
||||||
url = https://nuspell.github.io/
|
url = https://nuspell.github.io/
|
||||||
arch = x86_64
|
arch = x86_64
|
||||||
license = LGPL3
|
license = LGPL3
|
||||||
checkdepends = catch2
|
checkdepends = catch2
|
||||||
|
checkdepends = expat
|
||||||
makedepends = cmake
|
makedepends = cmake
|
||||||
makedepends = pandoc
|
makedepends = pandoc
|
||||||
depends = icu
|
depends = icu
|
||||||
|
|
5
extra/nuspell/.nvchecker.toml
Normal file
5
extra/nuspell/.nvchecker.toml
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
[nuspell]
|
||||||
|
source = "github"
|
||||||
|
github = "nuspell/nuspell"
|
||||||
|
use_max_tag = true
|
||||||
|
prefix = "v"
|
|
@ -7,13 +7,14 @@
|
||||||
|
|
||||||
pkgname=nuspell
|
pkgname=nuspell
|
||||||
pkgver=5.1.4
|
pkgver=5.1.4
|
||||||
pkgrel=2
|
pkgrel=3
|
||||||
pkgdesc='Fast and safe spellchecking C++ library'
|
pkgdesc='Fast and safe spellchecking C++ library'
|
||||||
arch=('x86_64')
|
arch=('x86_64')
|
||||||
url='https://nuspell.github.io/'
|
url='https://nuspell.github.io/'
|
||||||
license=('LGPL3')
|
license=('LGPL3')
|
||||||
depends=('icu' 'glibc' 'gcc-libs')
|
depends=('icu' 'glibc' 'gcc-libs')
|
||||||
makedepends=('cmake' 'catch2')
|
makedepends=('cmake' 'catch2')
|
||||||
|
checkdepends=('catch2' 'expat')
|
||||||
source=(${pkgname}-${pkgver}.tar.gz::"https://github.com/nuspell/nuspell/archive/v${pkgver}.tar.gz")
|
source=(${pkgname}-${pkgver}.tar.gz::"https://github.com/nuspell/nuspell/archive/v${pkgver}.tar.gz")
|
||||||
sha512sums=('f4119b3fe5944be8f5bc35ccff8d7a93b0f4fa9f129bc97a7b96879a11b5b35bd714b41dd209267417e94c5fed45fd3a74b349f94424f4b90bde07d9694d1d7d')
|
sha512sums=('f4119b3fe5944be8f5bc35ccff8d7a93b0f4fa9f129bc97a7b96879a11b5b35bd714b41dd209267417e94c5fed45fd3a74b349f94424f4b90bde07d9694d1d7d')
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue