kumquat-buildroot/package/utf8proc/utf8proc.mk
Fabrice Fontaine 3046605251 package/utf8proc: bump to version 2.8.0
https://github.com/JuliaStrings/utf8proc/blob/v2.8.0/NEWS.md

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
2022-12-11 14:33:22 +01:00

15 lines
432 B
Makefile

################################################################################
#
# utf8proc
#
################################################################################
UTF8PROC_VERSION = 2.8.0
UTF8PROC_SITE = $(call github,JuliaStrings,utf8proc,v$(UTF8PROC_VERSION))
UTF8PROC_LICENSE = MIT
UTF8PROC_LICENSE_FILES = LICENSE.md
UTF8PROC_INSTALL_STAGING = YES
UTF8PROC_SUPPORTS_IN_SOURCE_BUILD = NO
$(eval $(cmake-package))