aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2023-09-27 16:01:03 +0200
committerCem Keylan <cem@ckyln.com>2023-09-27 16:01:03 +0200
commit8f00322cb848a4b479e9d58f8b428857e66ed1aa (patch)
treeabb869081f0e6d79d4cef7a2cc3fd664ef4383c0
parent545896e4103f7611806e299c0445260e19f75ec3 (diff)
downloadrepository-8f00322cb848a4b479e9d58f8b428857e66ed1aa.tar.gz
brotli: add new package at 1.1.0
-rwxr-xr-xextra/brotli/build12
-rw-r--r--extra/brotli/checksums2
-rw-r--r--extra/brotli/depends1
-rw-r--r--extra/brotli/meta3
-rw-r--r--extra/brotli/sources1
-rw-r--r--extra/brotli/version1
6 files changed, 20 insertions, 0 deletions
diff --git a/extra/brotli/build b/extra/brotli/build
new file mode 100755
index 00000000..d44a1f51
--- /dev/null
+++ b/extra/brotli/build
@@ -0,0 +1,12 @@
+#!/bin/sh -e
+
+export DESTDIR="$1"
+
+cmake -B build \
+ -DCMAKE_BUILD_TYPE=Release \
+ -DCMAKE_INSTALL_PREFIX=/usr \
+ -DCMAKE_INSTALL_LIBDIR=lib \
+ -DBUILD_SHARED_LIBS=True
+
+cmake --build build
+cmake --install build
diff --git a/extra/brotli/checksums b/extra/brotli/checksums
new file mode 100644
index 00000000..e903eaf9
--- /dev/null
+++ b/extra/brotli/checksums
@@ -0,0 +1,2 @@
+%BLAKE3
+df15ff5f4a14f9d85ba9f70afba46f8d85f079cefa6d213b8c7f4e8aa1d3885b v1.1.0.tar.gz
diff --git a/extra/brotli/depends b/extra/brotli/depends
new file mode 100644
index 00000000..7d91ec22
--- /dev/null
+++ b/extra/brotli/depends
@@ -0,0 +1 @@
+cmake make
diff --git a/extra/brotli/meta b/extra/brotli/meta
new file mode 100644
index 00000000..b5e69cdf
--- /dev/null
+++ b/extra/brotli/meta
@@ -0,0 +1,3 @@
+description: Generic-purpose lossless compression algorithm
+license: MIT
+maintainer: Cem Keylan <cem@carbslinux.org>
diff --git a/extra/brotli/sources b/extra/brotli/sources
new file mode 100644
index 00000000..9929dd44
--- /dev/null
+++ b/extra/brotli/sources
@@ -0,0 +1 @@
+https://github.com/google/brotli/archive/refs/tags/v1.1.0.tar.gz
diff --git a/extra/brotli/version b/extra/brotli/version
new file mode 100644
index 00000000..7281bb52
--- /dev/null
+++ b/extra/brotli/version
@@ -0,0 +1 @@
+1.1.0 1