extra/nuspell to 5.1.4-3

This commit is contained in:
Kevin Mihelich 2024-05-19 19:19:42 +00:00
parent f38342b51f
commit 0860966bf2
3 changed files with 9 additions and 2 deletions

View file

@ -1,11 +1,12 @@
pkgbase = nuspell
pkgdesc = Fast and safe spellchecking C++ library
pkgver = 5.1.4
pkgrel = 2
pkgrel = 3
url = https://nuspell.github.io/
arch = x86_64
license = LGPL3
checkdepends = catch2
checkdepends = expat
makedepends = cmake
makedepends = pandoc
depends = icu

View file

@ -0,0 +1,5 @@
[nuspell]
source = "github"
github = "nuspell/nuspell"
use_max_tag = true
prefix = "v"

View file

@ -7,13 +7,14 @@
pkgname=nuspell
pkgver=5.1.4
pkgrel=2
pkgrel=3
pkgdesc='Fast and safe spellchecking C++ library'
arch=('x86_64')
url='https://nuspell.github.io/'
license=('LGPL3')
depends=('icu' 'glibc' 'gcc-libs')
makedepends=('cmake' 'catch2')
checkdepends=('catch2' 'expat')
source=(${pkgname}-${pkgver}.tar.gz::"https://github.com/nuspell/nuspell/archive/v${pkgver}.tar.gz")
sha512sums=('f4119b3fe5944be8f5bc35ccff8d7a93b0f4fa9f129bc97a7b96879a11b5b35bd714b41dd209267417e94c5fed45fd3a74b349f94424f4b90bde07d9694d1d7d')