Andrew Geissler | 615f2f1 | 2022-07-15 14:00:58 -0500 | [diff] [blame] | 1 | SUMMARY = "Jansson is a C library for encoding, decoding and manipulating JSON data" |
| 2 | HOMEPAGE = "http://www.digip.org/jansson/" |
| 3 | BUGTRACKER = "https://github.com/akheron/jansson/issues" |
| 4 | LICENSE = "MIT" |
| 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=afd92c4cfc08f4896003251b878cc0bf" |
| 6 | |
| 7 | SRC_URI = "https://github.com/akheron/${BPN}/releases/download/v${PV}/${BP}.tar.bz2" |
| 8 | SRC_URI[sha256sum] = "fba956f27c6ae56ce6dfd52fbf9d20254aad42821f74fa52f83957625294afb9" |
| 9 | |
| 10 | UPSTREAM_CHECK_URI = "https://github.com/akheron/${BPN}/releases" |
| 11 | UPSTREAM_CHECK_REGEX = "${BPN}-(?P<pver>\d+(\.\d+)+)\.tar" |
| 12 | |
Andrew Geissler | 87f5cff | 2022-09-30 13:13:31 -0500 | [diff] [blame^] | 13 | inherit cmake pkgconfig |
Andrew Geissler | 615f2f1 | 2022-07-15 14:00:58 -0500 | [diff] [blame] | 14 | |
| 15 | BBCLASSEXTEND = "native" |