Skip to content
Snippets Groups Projects
Commit 306b1e33 authored by Maarten van Gompel's avatar Maarten van Gompel Committed by Leo
Browse files

testing/libfolia: new aport

parent 7942dd5c
No related branches found
No related tags found
No related merge requests found
# Contributors: Maarten van Gompel <proycon@anaproy.nl>
# Maintainer: Maarten van Gompel <proycon@anaproy.nl>
pkgname=libfolia
pkgver=2.9
pkgrel=0
pkgdesc="C++ library for FoLiA (Format for Linguistic Annotation)"
options="!check"
arch="all"
url="https://github.com/LanguageMachines/libfolia"
license="GPL-3.0-only"
makedepends="libtool libxml2-dev ticcutils-dev icu-dev"
subpackages="$pkgname-dev"
source="$pkgname-$pkgver.tar.gz::https://github.com/LanguageMachines/libfolia/releases/download/v$pkgver/libfolia-$pkgver.tar.gz"
build() {
./configure \
--build=$CBUILD \
--host=$CHOST \
--prefix=/usr \
--sysconfdir=/etc \
--localstatedir=/var
make
}
package() {
make DESTDIR=$pkgdir install
}
sha512sums="341d75093e66f3acc22a2e835d99d01d2340ffbbd0905b4792d3eae3a06c3909d6e8ec770ab0f5e26602522a16dee2ee7e5cde3f7a8761570b936733f520a218 libfolia-2.9.tar.gz"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment