Andrew Geissler | 82c905d | 2020-04-13 13:39:40 -0500 | [diff] [blame] | 1 | SUMMARY = "Free Implementation of the Unicode Bidirectional Algorithm" |
| 2 | SECTION = "libs" |
| 3 | LICENSE = "LGPLv2.1+" |
| 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=a916467b91076e631dd8edb7424769c7" |
| 5 | |
| 6 | SRC_URI = "https://github.com/${BPN}/${BPN}/releases/download/v${PV}/${BP}.tar.xz \ |
| 7 | " |
| 8 | SRC_URI[md5sum] = "1b767c259c3cd8e0c8496970f63c22dc" |
| 9 | SRC_URI[sha256sum] = "c5e47ea9026fb60da1944da9888b4e0a18854a0e2410bbfe7ad90a054d36e0c7" |
| 10 | |
| 11 | UPSTREAM_CHECK_URI = "https://github.com/${BPN}/${BPN}/releases" |
| 12 | |
| 13 | inherit meson lib_package pkgconfig |
| 14 | |
| 15 | CVE_PRODUCT = "gnu_fribidi" |
| 16 | |
| 17 | BBCLASSEXTEND = "native nativesdk" |