* chore(bling): uncomment example options * refactor(brew): remove duplicate "configuration options" setting in README, improve TSP docs * fix(chezmoi): make example an example and not a doc of the configuration options * chore(rpm-ostree): remove fake example examples should be runnable * fix(rpm-ostree): add replacing packages to typespec schema * fix(rpm-ostree): actually install the packages the repos are added for * feat(rpm-ostree): showcase installing from URL and using optfix in example * fix(rpm-ostree): add optfix to typespec * fix(systemd): real-world example instead of configuration docs duplicate
8 lines
428 B
YAML
8 lines
428 B
YAML
name: brew
|
|
shortdesc: The brew module installs Homebrew / Linuxbrew at build time and ensures the package manager remains up-to-date.
|
|
readme: https://raw.githubusercontent.com/blue-build/modules/main/modules/brew/README.md
|
|
typespec: https://raw.githubusercontent.com/blue-build/modules/main/modules/brew/brew.tsp
|
|
example: |
|
|
type: brew
|
|
nofile-limits: true # increase nofile limits
|
|
brew-analytics: false # disable telemetry
|