mirror of
https://github.com/MiyooCFW/buildroot.git
synced 2025-09-27 22:24:19 +03:00
Merge from bittboy/buildroot@26c91a9
This commit is contained in:
6
package/utf8proc/Config.in
Normal file
6
package/utf8proc/Config.in
Normal file
@@ -0,0 +1,6 @@
|
||||
config BR2_PACKAGE_UTF8PROC
|
||||
bool "utf8proc"
|
||||
help
|
||||
A clean C library for processing UTF-8 Unicode data.
|
||||
|
||||
https://juliastrings.github.io/utf8proc
|
||||
3
package/utf8proc/utf8proc.hash
Normal file
3
package/utf8proc/utf8proc.hash
Normal file
@@ -0,0 +1,3 @@
|
||||
# Locally calculated
|
||||
sha256 d4e8dfc898cfd062493cb7f42d95d70ccdd3a4cd4d90bec0c71b47cca688f1be utf8proc-2.5.0.tar.gz
|
||||
sha256 fbc720fcc90fb44396985646f67e4d19be03e0c0539f7138ed9dc6efba49dc49 LICENSE.md
|
||||
14
package/utf8proc/utf8proc.mk
Normal file
14
package/utf8proc/utf8proc.mk
Normal file
@@ -0,0 +1,14 @@
|
||||
################################################################################
|
||||
#
|
||||
# utf8proc
|
||||
#
|
||||
################################################################################
|
||||
|
||||
UTF8PROC_VERSION = 2.5.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))
|
||||
Reference in New Issue
Block a user