Andrew Geissler | 7e0e3c0 | 2022-02-25 20:34:39 +0000 | [diff] [blame] | 1 | DESCRIPTION = "A file format designed for highly efficient deltas while maintaining good compression" |
| 2 | AUTHOR = "Jonathan Dieter" |
| 3 | |
| 4 | LICENSE = "BSD-2-Clause" |
| 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=daf6e68539f564601a5a5869c31e5242" |
| 6 | |
| 7 | SRC_URI = "git://github.com/zchunk/zchunk.git;protocol=https;branch=main" |
| 8 | |
| 9 | SRCREV = "dd6a30a1e4e8b738b0cafc682f3c00e7706134e5" |
| 10 | S = "${WORKDIR}/git" |
| 11 | |
| 12 | DEPENDS = "\ |
| 13 | curl \ |
| 14 | zstd \ |
| 15 | " |
| 16 | |
| 17 | DEPENDS:append:libc-musl = " argp-standalone" |
| 18 | LDFLAGS:append:libc-musl = " -largp" |
| 19 | |
| 20 | inherit meson pkgconfig |
| 21 | |
| 22 | BBCLASSEXTEND = "native nativesdk" |