Files
chromebrew/tools
Ed Reel 7b5cb4da84 Fix undefined method 'sub!' in tools/version.rb. (#12092)
Fix Lint/AmbiguousRange: Wrap complex range boundaries with parentheses to avoid ambiguity.

Fix Style/RedundantParentheses: Don't use parentheses around a logical expression.
2025-06-22 15:44:38 +00:00
..
2025-06-02 08:41:49 +00:00
2023-11-16 09:36:34 -05:00
2025-06-20 15:42:56 +00:00

Tools

This directory contains a number of tools used to assist in the development of Chromebrew.

Check for packages needing updates

These are a collection of scripts and files used to detect if packages need an update. Coverage is spotty, and the majority of packages are unsuppported.

  • check.rb
  • check_updates.sh
  • compare_packages.sh
  • core_packages.txt
  • packages.yaml

Add missing dependencies to packages

This script adds missing dependencies to packages by checking their library dependencies and what crew package provides them.

  • getrealdeps.sh

Upload package binaries to GitLab

This script uploads built packages to GitLab, where we currently host precompiled binaries.

  • gl.sh

Valid licenses for packages

This file contains guidance on formatting conventions for what to put in the license field of packages. There is also a rough list of what licenses are used, although this is incomplete and a little outdated.

  • licenses.txt