meta-wayland/recipes-extended/utf8proc/utf8proc_git.bb

22 lines
647 B
BlitzBasic
Raw Normal View History

2021-06-27 21:24:01 +02:00
SUMMARY = "A small, clean C library that provides Unicode normalization, case-folding, and other operations for data in the UTF-8 encoding."
HOMEPAGE = "https://github.com/JuliaStrings/utf8proc"
BUGTRACKER = "https://github.com/JuliaStrings/utf8proc/issues"
SECTION = "base/shell"
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://LICENSE.md;md5=96d5a3ba306e0f24fb289427af484408"
2021-06-27 21:24:01 +02:00
SRC_URI = " \
2021-11-23 17:16:27 +01:00
git://github.com/JuliaStrings/utf8proc.git;protocol=https;branch=master \
2021-06-27 21:24:01 +02:00
"
S = "${WORKDIR}/git"
2022-11-15 08:50:48 +01:00
PV = "2.8.0"
SRCREV = "1cb28a66ca79a0845e99433fd1056257456cef8b"
2021-06-27 21:24:01 +02:00
EXTRA_OEMAKE = "prefix=${prefix}"
inherit autotools-brokensep pkgconfig
BBCLASSEXTEND = ""