From c82e88dd00d1b0b7fcfb4e5628d99611388cef6f Mon Sep 17 00:00:00 2001 From: rawnix ports Date: Sat, 26 Sep 2026 18:19:05 +0000 Subject: sync 2026-09-26 18:19 UTC 1672 files changed, 151396 insertions(+) --- libs/utf8proc/MAKEPKG | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 libs/utf8proc/MAKEPKG (limited to 'libs/utf8proc/MAKEPKG') diff --git a/libs/utf8proc/MAKEPKG b/libs/utf8proc/MAKEPKG new file mode 100644 index 0000000..c3b46db --- /dev/null +++ b/libs/utf8proc/MAKEPKG @@ -0,0 +1,31 @@ +#!/bin/mkpkg +# description: Clean C library for processing UTF-8 Unicode data +# url: https://juliastrings.github.io/utf8proc/ + +name=utf8proc +version=2.11.3 +release=1 +source=(https://github.com/JuliaStrings/utf8proc/archive/v$version/$name-$version.tar.gz) + +sha256sums=( + "abfed50b6d4da51345713661370290f4f4747263ee73dc90356299dfc7990c78" +) + +build() { + cd $name-$version + + make + make DESTDIR=$PKG prefix=/usr install + + cp $PKG/usr/lib/pkgconfig/libutf8proc.pc $PKG/usr/lib/pkgconfig/utf8proc.pc + sed -i 's,^Name: libutf8proc,Name: utf8proc,' $PKG/usr/lib/pkgconfig/utf8proc.pc + + rm -f $PKG/usr/lib/libutf8proc.a +} + +signify() { + untrusted comment: public key + RWTZ9IduCSQ/mL8337TEUinPwT92xFEUpD92hkS7IxcOnzTt9QdpohT3 +} + +# vim: filetype=sh -- cgit v1.3.1