Adds unicode 16 support For release note, see: https://github.com/JuliaStrings/utf8proc/releases/tag/v2.10.0 Signed-off-by: Adam Duskett <adam.duskett@amarulasolutions.com> [Julien: add link to release note] Signed-off-by: Julien Olivain <ju.o@free.fr>
15 lines
455 B
Makefile
15 lines
455 B
Makefile
################################################################################
|
|
#
|
|
# utf8proc
|
|
#
|
|
################################################################################
|
|
|
|
UTF8PROC_VERSION = 2.10.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))
|