kumquat-buildroot/package/utf8proc/utf8proc.mk
Fabrice Fontaine ce151f52d1 package/utf8proc: bump to version 2.9.0
Use official tarball

https://github.com/JuliaStrings/utf8proc/blob/v2.9.0/NEWS.md

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
2024-01-04 22:12:06 +01:00

15 lines
454 B
Makefile

################################################################################
#
# utf8proc
#
################################################################################
UTF8PROC_VERSION = 2.9.0
UTF8PROC_SITE = https://github.com/JuliaStrings/utf8proc/releases/download/v$(UTF8PROC_VERSION)
UTF8PROC_LICENSE = MIT
UTF8PROC_LICENSE_FILES = LICENSE.md
UTF8PROC_INSTALL_STAGING = YES
UTF8PROC_SUPPORTS_IN_SOURCE_BUILD = NO
$(eval $(cmake-package))