summaryrefslogtreecommitdiffstats
path: root/js/src/zydis/Zydis/moz.yaml
blob: b4cbd1171fde3b917dcaeae0fc7e0ea4b7650b6f (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: Core
  component: "JavaScript Engine"

origin:
  name: zydis
  description: x64/x86 disassembler

  url: https://github.com/zyantific/zydis

  release: 569320ad3c4856da13b9dbf1f0d9e20bda63870e (2024-02-04T21:11:43Z).
  revision: 569320ad3c4856da13b9dbf1f0d9e20bda63870e

  license: MIT

vendoring:
  url: https://github.com/zyantific/zydis
  source-hosting: github
  tracking: commit

  exclude:
    - "*"
    - assets
    - cmake
    - tests
    - tools
    - examples
    - dependecies
    - resources
    - man
    - msvc

  keep:
    - LICENSE

  update-actions:
    - action: move-dir
      from: '{vendor_dir}/src'
      to: '{vendor_dir}'
    - action: move-dir
      from: '{vendor_dir}/include/Zydis'
      to: '{vendor_dir}'
    - action: move-file
      from: '{vendor_dir}/String.c'
      to: '{vendor_dir}/ZydisString.c'
    - action: run-script
      script: "{vendor_dir}/../patch-include-headers.sh"
      cwd: "{vendor_dir}"