blob: 5ac6fd369aee99e02982021e554e073abf1e3453 [file] [log] [blame]
Patrick Williamsb58112e2024-03-07 11:16:36 -06001SUMMARY = " UTF-8 with C++ in a Portable Way"
2HOMEPAGE = "https://github.com/nemtrif/utfcpp"
3
4LICENSE = "BSL-1.0 & BSD-3-Clause"
5LIC_FILES_CHKSUM = "file://LICENSE;md5=e4224ccaecb14d942c71d31bef20d78c \
6 file://extern/ftest/LICENSE;md5=d33c6488d3b003723a5f17ac984db030"
7
8SRC_URI = "gitsm://github.com/nemtrif/utfcpp;protocol=https;branch=master"
9
10SRCREV = "6be08bbea14ffa0a5c594257fb6285a054395cd7"
11
12S = "${WORKDIR}/git"
13
14inherit cmake
15
16FILES:${PN}-dev += "${datadir}/utf8cpp/cmake"