mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-08-12 16:54:39 +00:00
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:
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"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user