summaryrefslogtreecommitdiff
path: root/meta-openembedded/meta-oe/recipes-devtools/editorconfig/editorconfig-core-c_0.12.5.bb
blob: da5c07ff28ec3cd8d369de544231d48c629b4cb5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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"