* feat: add initial module.yml for rpm-ostree * chore: add shortdesc to module.yml * feat: add missing module.ymls * feat: add website rebuild action for module reference updates * chore: remove old readme in modules dir * refactor: switch to a hybrid module.yml + README arrangement * chore: switch docs to use starlight aside syntax
10 lines
No EOL
317 B
YAML
10 lines
No EOL
317 B
YAML
name: akmods
|
|
shortdesc: The akmods module is a tool used for managing and installing kernel modules built by Universal Blue.
|
|
readme: https://raw.githubusercontent.com/ublue-os/bling/moduleyml/modules/akmods/README.md
|
|
example: |
|
|
type: akmods
|
|
install:
|
|
- openrazer
|
|
- openrgb
|
|
- v4l2loopback
|
|
- winesync |