tor-browser

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

moz.yaml (744B)


      1 schema: 1
      2 
      3 bugzilla:
      4  product: Core
      5  component: "Printing: Setup"
      6 
      7 origin:
      8  name: cups
      9  description: standards-based, open source printing system
     10 
     11  url: https://github.com/apple/cups
     12 
     13  release: 82e3ee0e3230287b76a76fb8f16b92ca6e50b444 (2020-04-27T18:04:29Z).
     14  revision: 82e3ee0e3230287b76a76fb8f16b92ca6e50b444
     15 
     16  license: Apache-2.0
     17 
     18 vendoring:
     19  url: https://github.com/apple/cups
     20  source-hosting: github
     21  tracking: commit
     22 
     23  exclude:
     24    - "**"
     25 
     26  include:
     27    - LICENSE
     28    - cups/array.h
     29    - cups/cups.h
     30    - cups/file.h
     31    - cups/http.h
     32    - cups/ipp.h
     33    - cups/language.h
     34    - cups/pwg.h
     35    - cups/versioning.h
     36 
     37  update-actions:
     38    - action: move-dir
     39      from: "{yaml_dir}/cups"
     40      to: "{yaml_dir}/include/cups"