summaryrefslogtreecommitdiffstats
path: root/modules/brotli/moz.yaml
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-07 17:32:43 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-07 17:32:43 +0000
commit6bf0a5cb5034a7e684dcc3500e841785237ce2dd (patch)
treea68f146d7fa01f0134297619fbe7e33db084e0aa /modules/brotli/moz.yaml
parentInitial commit. (diff)
downloadthunderbird-6bf0a5cb5034a7e684dcc3500e841785237ce2dd.tar.xz
thunderbird-6bf0a5cb5034a7e684dcc3500e841785237ce2dd.zip
Adding upstream version 1:115.7.0.upstream/1%115.7.0upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'modules/brotli/moz.yaml')
-rw-r--r--modules/brotli/moz.yaml50
1 files changed, 50 insertions, 0 deletions
diff --git a/modules/brotli/moz.yaml b/modules/brotli/moz.yaml
new file mode 100644
index 0000000000..d388c3892b
--- /dev/null
+++ b/modules/brotli/moz.yaml
@@ -0,0 +1,50 @@
+schema: 1
+
+bugzilla:
+ product: Toolkit
+ component: "General"
+
+origin:
+ name: brotli
+ description: generic-purpose lossless compression algorithm
+
+ url: https://github.com/google/brotli
+
+ release: e61745a6b7add50d380cfd7d3883dd6c62fc2c71 (2020-08-27T14:12:55Z).
+ revision: e61745a6b7add50d380cfd7d3883dd6c62fc2c71
+
+ license: MIT
+
+vendoring:
+ url: https://github.com/google/brotli
+ source-hosting: github
+ tracking: commit
+
+ exclude:
+ - ".*"
+ - "*"
+ - docs
+ - python
+ - scripts
+ - tests
+ - c/enc
+ - c/tools
+
+ include:
+ - c/include/
+ - c/common/
+ - c/dec/
+
+ keep:
+ - LICENSE
+
+ update-actions:
+ - action: move-dir
+ from: '{vendor_dir}/c/include'
+ to: '{vendor_dir}/include'
+ - action: move-dir
+ from: '{vendor_dir}/c/common'
+ to: '{vendor_dir}/common'
+ - action: move-dir
+ from: '{vendor_dir}/c/dec'
+ to: '{vendor_dir}/dec'