tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

moz.yaml (974B)


      1 schema: 1
      2 
      3 bugzilla:
      4  product: Core
      5  component: "JavaScript Engine"
      6 
      7 origin:
      8  name: zydis
      9  description: x64/x86 disassembler
     10 
     11  url: https://github.com/zyantific/zydis
     12 
     13  release: 569320ad3c4856da13b9dbf1f0d9e20bda63870e (2024-02-04T21:11:43Z).
     14  revision: 569320ad3c4856da13b9dbf1f0d9e20bda63870e
     15 
     16  license: MIT
     17 
     18 vendoring:
     19  url: https://github.com/zyantific/zydis
     20  source-hosting: github
     21  tracking: commit
     22 
     23  exclude:
     24    - "*"
     25    - assets
     26    - cmake
     27    - tests
     28    - tools
     29    - examples
     30    - dependecies
     31    - resources
     32    - man
     33    - msvc
     34 
     35  keep:
     36    - LICENSE
     37 
     38  update-actions:
     39    - action: move-dir
     40      from: '{vendor_dir}/src'
     41      to: '{vendor_dir}'
     42    - action: move-dir
     43      from: '{vendor_dir}/include/Zydis'
     44      to: '{vendor_dir}'
     45    - action: move-file
     46      from: '{vendor_dir}/String.c'
     47      to: '{vendor_dir}/ZydisString.c'
     48    - action: run-script
     49      script: "{vendor_dir}/../patch-include-headers.sh"
     50      cwd: "{vendor_dir}"