Andrew Geissler | 6aa7eec | 2023-03-03 12:41:14 -0600 | [diff] [blame] | 1 | SUMMARY = "libdeflate is a library for fast, whole-buffer DEFLATE-based compression and decompression." |
| 2 | HOMEPAGE = "https://github.com/ebiggers/libdeflate" |
| 3 | LICENSE = "MIT" |
| 4 | |
| 5 | LIC_FILES_CHKSUM = "file://COPYING;md5=7b6977026437092191e9da699ed9f780" |
| 6 | |
| 7 | DEPENDS += "gzip zlib" |
| 8 | |
| 9 | SRC_URI = "git://github.com/ebiggers/libdeflate.git;protocol=https;branch=master" |
| 10 | |
| 11 | S = "${WORKDIR}/git" |
Patrick Williams | 03514f1 | 2024-04-05 07:04:11 -0500 | [diff] [blame] | 12 | SRCREV = "275aa5141db6eda3587214e0f1d3a134768f557d" |
Andrew Geissler | 6aa7eec | 2023-03-03 12:41:14 -0600 | [diff] [blame] | 13 | |
| 14 | inherit cmake pkgconfig |
| 15 | |