aboutsummaryrefslogtreecommitdiffstats
path: root/testing/ucto/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'testing/ucto/APKBUILD')
-rw-r--r--testing/ucto/APKBUILD31
1 files changed, 0 insertions, 31 deletions
diff --git a/testing/ucto/APKBUILD b/testing/ucto/APKBUILD
deleted file mode 100644
index a8711e6aa1f..00000000000
--- a/testing/ucto/APKBUILD
+++ /dev/null
@@ -1,31 +0,0 @@
-# Contributor: Maarten van Gompel <proycon@anaproy.nl>
-# Maintainer: Maarten van Gompel <proycon@anaproy.nl>
-pkgname=ucto
-pkgver=0.23
-pkgrel=1
-pkgdesc="advanced rule-based (regular-expression) and unicode-aware tokenizer for various languages"
-arch="all"
-options="!check"
-url="https://github.com/LanguageMachines/ucto"
-license="GPL-3.0-only"
-depends="uctodata"
-makedepends="libtool libxml2-dev libfolia-dev ticcutils-dev icu-dev
- libexttextcat-dev"
-subpackages="$pkgname-dev $pkgname-doc"
-source="$pkgname-$pkgver.tar.gz::https://github.com/LanguageMachines/ucto/releases/download/v$pkgver/ucto-$pkgver.tar.gz"
-
-build() {
- ./configure \
- --build=$CBUILD \
- --host=$CHOST \
- --prefix=/usr \
- --sysconfdir=/etc \
- --localstatedir=/var
- make
-}
-
-package() {
- make DESTDIR=$pkgdir install
-}
-
-sha512sums="f7e14fb3b8f0d592f9a0b53162356b69e4cfacc468efd4167f93ab45034abf6b1848a00ad5e419c047d558bc0c1b3a7861b68f8339db95eec399a343729005cd ucto-0.23.tar.gz"