mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-01-01 06:42:01 +01:00
25 lines
713 B
Plaintext
25 lines
713 B
Plaintext
# Contributor: Jakub Jirutka <jakub@jirutka.cz>
|
|
# Maintainer: Jakub Jirutka <jakub@jirutka.cz>
|
|
pkgname=utf8proc
|
|
pkgver=2.9.0
|
|
pkgrel=0
|
|
pkgdesc="Clean C library for processing UTF-8 Unicode data"
|
|
url="https://github.com/JuliaStrings/utf8proc"
|
|
arch="all"
|
|
license="MIT custom"
|
|
subpackages="$pkgname-dev"
|
|
source="https://github.com/JuliaLang/utf8proc/archive/v$pkgver/utf8proc-$pkgver.tar.gz"
|
|
options="!check" # testsuite has a dependency on Julia, which depends on this
|
|
|
|
build() {
|
|
make
|
|
}
|
|
|
|
package() {
|
|
make DESTDIR="$pkgdir" prefix=/usr install
|
|
}
|
|
|
|
sha512sums="
|
|
544ed59812279af4135e5622e2e77b3f067765df819cf8b78e679dfc481e9baa5a357a33c40426c5053c1d5107109e3c4c191ed83f3f7c4a6b1769d04b17715c utf8proc-2.9.0.tar.gz
|
|
"
|