blob: da5c07ff28ec3cd8d369de544231d48c629b4cb5 [file] [log] [blame]
Andrew Geissler517393d2023-01-13 08:55:19 -06001SUMMARY = "EditorConfig helps maintain consistent coding styles across various editors and IDEs."
2HOMEPAGE = "https://https://editorconfig.org"
3SECTION = "libs"
4LICENSE = "BSD-2-Clause"
5LIC_FILES_CHKSUM = "file://LICENSE;md5=f515fff3ea0a2b9797eda60d83c0e5ca"
6
7SRC_URI = "git://github.com/editorconfig/editorconfig-core-c.git;protocol=https;branch=master"
8
9S = "${WORKDIR}/git"
10SRCREV = "f6b0ca395149b5a2fbd56a488cae30306a58170f"
11
12inherit cmake
13
14DEPENDS = "pcre2"
15