aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-devtools/editorconfig/editorconfig-core-c_0.12.6.bb
blob: 976120b5154239036bfe969913337e136b13ed6f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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 = "b7837029494c03af5ea70ed9d265e8c2123bff53"

inherit cmake

DEPENDS = "pcre2"

do_install:append() {
    sed -i -e 's|${STAGING_DIR_HOST}||g' ${D}${libdir}/cmake/EditorConfig/EditorConfigTargets.cmake
}