kumquat-buildroot/package/utf8proc/utf8proc.mk
Bernd Kuhls 9cc9fc56c6 package/utf8proc: bump version to 2.6.1
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
2021-01-17 09:49:55 +01:00

15 lines
432 B
Makefile

################################################################################
#
# utf8proc
#
################################################################################
UTF8PROC_VERSION = 2.6.1
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))