From b63a9160f8a0cd3e0ad228e3d27ded8cc0e379c9 Mon Sep 17 00:00:00 2001 From: davidovski Date: Mon, 3 Jan 2022 00:47:08 +0000 Subject: added brotli --- repo/core/brotli.xibuild | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 repo/core/brotli.xibuild diff --git a/repo/core/brotli.xibuild b/repo/core/brotli.xibuild new file mode 100644 index 0000000..6d02b18 --- /dev/null +++ b/repo/core/brotli.xibuild @@ -0,0 +1,14 @@ +#!/bin/bash + +DEPS=(glibc) + +SOURCE=https://github.com/google/brotli +DESC="A generic-purpose lossless compression algorithm" + +build () { + mkdir out && cd out + ../configure-cmake + make + make test + make DESTDIR=$PKG_DEST install +} -- cgit v1.2.1