Celeste 34f30c09f0 community/utf8proc: upgrade to 2.9.0
also, fix lint warning about $pkgname in source URL
2023-11-14 12:02:26 +00:00

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
"