editorconfig: add recipe

It is needed by gnome-text-editor

Signed-off-by: Markus Volk <f_l_k@t-online.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Markus Volk
2022-12-10 09:40:03 +01:00
committed by Khem Raj
parent c6168d98ed
commit 9219b0b289
@@ -0,0 +1,15 @@
SUMMARY = "EditorConfig helps maintain consistent coding styles across various editors and IDEs."
HOMEPAGE = "https://https://editorconfig.org"
SECTION = "libs"
LICENSE = "BSD-2-Clause"
LIC_FILES_CHKSUM = "file://LICENSE;md5=f515fff3ea0a2b9797eda60d83c0e5ca"
SRC_URI = "git://github.com/editorconfig/editorconfig-core-c.git;protocol=https;branch=master"
S = "${WORKDIR}/git"
SRCREV = "f6b0ca395149b5a2fbd56a488cae30306a58170f"
inherit cmake
DEPENDS = "pcre2"