blob: 9cd6baa5ba7089493817042306a478ce51299047 [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"
12SRCREV = "bd925ae68e99f65d69f20181cb845aaba5c8f098"
13
14inherit cmake pkgconfig
15