tor-browser

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

moz.yaml (1206B)


      1 schema: 1
      2 
      3 bugzilla:
      4  product: Core
      5  component: "JavaScript Engine"
      6 
      7 origin:
      8  name: zycore-c
      9  description: library providing platform independent types, macros and a fallback for environments without LibC
     10 
     11  url: https://github.com/zyantific/zycore-c
     12 
     13  release: 74620eefd233bec20daeb66e78e744ff06e273b7 (2024-02-04T21:04:02Z).
     14  revision: 74620eefd233bec20daeb66e78e744ff06e273b7
     15 
     16  license: MIT
     17 
     18 vendoring:
     19  url: https://github.com/zyantific/zycore-c
     20  source-hosting: github
     21  tracking: commit
     22 
     23  exclude:
     24    - "*"
     25    - src/API/Synchronization.c
     26    - src/API/Terminal.c
     27    - src/API/Thread.c
     28    - include/Zycore/API/Synchronization.h
     29    - include/Zycore/API/Terminal.h
     30    - include/Zycore/API/Thread.h
     31    - tests
     32    - cmake
     33    - examples
     34    - Internal
     35    - resources
     36 
     37  keep:
     38    - LICENSE
     39 
     40  update-actions:
     41    - action: move-dir
     42      from: '{vendor_dir}/src'
     43      to: '{vendor_dir}'
     44    - action: move-dir
     45      from: '{vendor_dir}/include/Zycore'
     46      to: '{vendor_dir}'
     47    - action: move-file
     48      from: '{vendor_dir}/String.c'
     49      to: '{vendor_dir}/ZycoreString.c'
     50    - action: run-script
     51      script: "{vendor_dir}/../patch-include-headers.sh"
     52      cwd: "{vendor_dir}"