initial buildroot for linux 5.15
This commit is contained in:
@@ -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
|
||||
@@ -0,0 +1,3 @@
|
||||
# Locally calculated
|
||||
sha256 4c06a9dc4017e8a2438ef80ee371d45868bda2237a98b26554de7a95406b283b utf8proc-2.6.1.tar.gz
|
||||
sha256 fbc720fcc90fb44396985646f67e4d19be03e0c0539f7138ed9dc6efba49dc49 LICENSE.md
|
||||
@@ -0,0 +1,14 @@
|
||||
################################################################################
|
||||
#
|
||||
# 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))
|
||||
Reference in New Issue
Block a user