update readme
This commit is contained in:
@@ -14,17 +14,6 @@ be more complex than the packages it builds. It's not a program that manages
|
||||
packages as much as a *runner* for recipe scripts — the clever part lives in
|
||||
the recipes, not the mangement machinery.
|
||||
|
||||
## Usage
|
||||
|
||||
```
|
||||
kama fetch <pkg> download + extract source into the cache
|
||||
kama build <pkg> stage-build one package
|
||||
kama install <pkg> build + install into $ROOT
|
||||
kama make <pkg> fetch deps, build, install, purge temp deps (AUR-style)
|
||||
kama purge remove temp build-time deps
|
||||
kama info <pkg> show recipe metadata
|
||||
```
|
||||
|
||||
## Configuration
|
||||
|
||||
Kama reads a `make.conf` (default `/etc/kama/make.conf`) for global build
|
||||
@@ -44,8 +33,7 @@ Packages are plain POSIX shell scripts. The syntax splits into two tiers:
|
||||
- **Advanced tier** — override `pkg_fetch`, add `pkg_post`, `pkg_split`,
|
||||
`provides`, `conflicts`, `arch`, etc.
|
||||
|
||||
See [the recipe format](KeruOS/blob/main/docs/recipe-format.md) in the KeruOS
|
||||
repo for the full spec.
|
||||
See [the recipe format](../KeruOS/docs/recipe-format.md) for the full spec.
|
||||
|
||||
## Dependencies
|
||||
|
||||
|
||||
Reference in New Issue
Block a user