package/utf8proc: new package
Needed for subversion 1.12.x:
472355d159
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
parent
edee45b843
commit
135267f81d
@ -428,6 +428,7 @@ F: package/tor/
|
||||
F: package/transmission/
|
||||
F: package/tvheadend/
|
||||
F: package/unixodbc/
|
||||
F: package/utf8proc/
|
||||
F: package/vdr/
|
||||
F: package/vdr-plugin-vnsiserver/
|
||||
F: package/vlc/
|
||||
|
@ -1827,6 +1827,7 @@ menu "Text and terminal handling"
|
||||
source "package/readline/Config.in"
|
||||
source "package/slang/Config.in"
|
||||
source "package/tclap/Config.in"
|
||||
source "package/utf8proc/Config.in"
|
||||
endmenu
|
||||
|
||||
endmenu
|
||||
|
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 b2e5d547c1d94762a6d03a7e05cea46092aab68636460ff8648f1295e2cdfbd7 utf8proc-2.4.0.tar.gz
|
||||
sha256 6acb7a86aca74317c6b4dddc2eadeb53bededb95a94a48c3fcd517f4473a653d LICENSE.md
|
14
package/utf8proc/utf8proc.mk
Normal file
14
package/utf8proc/utf8proc.mk
Normal file
@ -0,0 +1,14 @@
|
||||
################################################################################
|
||||
#
|
||||
# utf8proc
|
||||
#
|
||||
################################################################################
|
||||
|
||||
UTF8PROC_VERSION = 2.4.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))
|
Loading…
Reference in New Issue
Block a user