diff --git a/README.md b/README.md index 3c05aa0..eb055cb 100644 --- a/README.md +++ b/README.md @@ -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 download + extract source into the cache -kama build stage-build one package -kama install build + install into $ROOT -kama make fetch deps, build, install, purge temp deps (AUR-style) -kama purge remove temp build-time deps -kama info 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 diff --git a/tests/README.md b/tests/README.md deleted file mode 100644 index 806f290..0000000 --- a/tests/README.md +++ /dev/null @@ -1,7 +0,0 @@ -# Tests will live here. -# Planned: -# - recipe.sh unit tests for the easy/advanced tier mapping -# - fetch.sh fake download + extract -# - deps.sh AUR-style temp dep build + purge -# - make.conf.sh profile variable expansion -# - integration.sh end-to-end: build a tiny package into a throwaway ROOT