mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-09-21 21:51:34 +02:00
25 lines
710 B
Plaintext
25 lines
710 B
Plaintext
# Contributor: Jakub Jirutka <jakub@jirutka.cz>
|
|
# Maintainer: Jakub Jirutka <jakub@jirutka.cz>
|
|
pkgname=utf8proc
|
|
pkgver=2.7.0
|
|
pkgrel=0
|
|
pkgdesc="Clean C library for processing UTF-8 Unicode data"
|
|
url="https://github.com/JuliaLang/utf8proc"
|
|
arch="all"
|
|
license="MIT custom"
|
|
subpackages="$pkgname-dev"
|
|
source="https://github.com/JuliaLang/utf8proc/archive/v$pkgver/$pkgname-$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="
|
|
29f7883de13302d609e8755872ed43174e70076e9681b4ac3f9b03e50295c45d9972c193bc81f94ad7e11e2d33a46cad5a30a80873173e6e1ae242101ebb3bed utf8proc-2.7.0.tar.gz
|
|
"
|