mirror of
https://codeberg.org/flk/meta-wayland.git
synced 2025-07-12 22:14:30 +02:00
drop '_git' from recipes
This commit is contained in:
22
recipes-extended/utf8proc/utf8proc_2.8.0.bb
Normal file
22
recipes-extended/utf8proc/utf8proc_2.8.0.bb
Normal file
@ -0,0 +1,22 @@
|
||||
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"
|
||||
|
||||
SRC_URI = " \
|
||||
git://github.com/JuliaStrings/utf8proc.git;protocol=https;branch=master \
|
||||
"
|
||||
|
||||
SRCREV = "1cb28a66ca79a0845e99433fd1056257456cef8b"
|
||||
|
||||
EXTRA_OEMAKE = "prefix=${prefix} DESTDIR=${D}"
|
||||
|
||||
do_compile() {
|
||||
oe_runmake
|
||||
}
|
||||
|
||||
do_install() {
|
||||
oe_runmake install
|
||||
}
|
Reference in New Issue
Block a user