blob: d388c3892b0a036c10304d9ae24cc58ff9c79dd8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
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'
|