blob: b1c33711598f201c31d8c356c9d0476c2bd89134 [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 Williams8e7b46e2023-05-01 14:19:06 -050012SRCREV = "495fee110ebb48a5eb63b75fd67e42b2955871e2"
Andrew Geissler6aa7eec2023-03-03 12:41:14 -060013
14inherit cmake pkgconfig
15