summaryrefslogtreecommitdiffstats
path: root/gfx/ots/moz.yaml
blob: bff78ff44b1298ad6d4e5e86a4cced803add63b9 (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
schema: 1

bugzilla:
  product: Core
  component: "Graphics: Text"

origin:
  name: ots
  description: Sanitiser for OpenType project

  url: https://github.com/khaledhosny/ots

  release: d51fceea592507b78cf6c5fd90ba9ef6b969ffd1 (2024-03-26T11:28:30Z).
  revision: d51fceea592507b78cf6c5fd90ba9ef6b969ffd1

  license: BSD-3-Clause
  license-file: LICENSE

vendoring:
  url: https://github.com/khaledhosny/ots
  source-hosting: github
  tracking: commit

  exclude:
    - ".*"
    - "**"

  include:
    - include/
    - src/
    - tests/*.cc

  keep:
    - LICENSE
    - RLBoxWOFF2Host.*
    - RLBoxWOFF2Types.*

  patches:
    - ots-lz4.patch
    - ots-rlbox.patch
    - ots-visibility.patch