From 739c65c54cb0e957df5e9b76f93fb02554e5cac3 Mon Sep 17 00:00:00 2001 From: davidovski Date: Wed, 4 May 2022 23:52:30 +0100 Subject: moved everything to new file formatting --- repo/system/brotli.xibuild | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 repo/system/brotli.xibuild (limited to 'repo/system/brotli.xibuild') diff --git a/repo/system/brotli.xibuild b/repo/system/brotli.xibuild deleted file mode 100644 index dbdd973..0000000 --- a/repo/system/brotli.xibuild +++ /dev/null @@ -1,21 +0,0 @@ -#!/bin/sh - -MAKEDEPS="cmake make " -DEPS="musl" - -SOURCE=https://github.com/google/brotli -DESC="A generic-purpose lossless compression algorithm" - -build () { - mkdir out && cd out - ../configure-cmake - make -} -check () { - make test -} - -package () { - make DESTDIR=$PKG_DEST install - mv $PKG_DEST/usr/local/* $PKG_DEST/usr/ -} -- cgit v1.2.1