blob: f0a966f2b408d43221b9aa39dd4587426e669ba4 [file] [log] [blame]
Andrew Geissler6aa7eec2023-03-03 12:41:14 -06001SUMMARY = "libdeflate is a library for fast, whole-buffer DEFLATE-based compression and decompression."
2HOMEPAGE = "https://github.com/ebiggers/libdeflate"
3LICENSE = "MIT"
4
5LIC_FILES_CHKSUM = "file://COPYING;md5=7b6977026437092191e9da699ed9f780"
6
7DEPENDS += "gzip zlib"
8
9SRC_URI = "git://github.com/ebiggers/libdeflate.git;protocol=https;branch=master"
10
11S = "${WORKDIR}/git"
Patrick Williams03514f12024-04-05 07:04:11 -050012SRCREV = "275aa5141db6eda3587214e0f1d3a134768f557d"
Andrew Geissler6aa7eec2023-03-03 12:41:14 -060013
14inherit cmake pkgconfig
15