blob: 1facb352ccc6f55705f99d27a370aa57d3ccd540 [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"
Andrew Geissler6aa7eec2023-03-03 12:41:14 -060010SRCREV = "b7837029494c03af5ea70ed9d265e8c2123bff53"
Andrew Geissler517393d2023-01-13 08:55:19 -060011
12inherit cmake
13
14DEPENDS = "pcre2"
15