mirror of
https://codeberg.org/kiss-community/repo
synced 2024-12-21 23:00:06 -07:00
docs: update
This commit is contained in:
parent
7fd597a76e
commit
058f2d4b6a
12
README.md
12
README.md
@ -34,3 +34,15 @@ while read -r depend; do
|
|||||||
# do thing.
|
# do thing.
|
||||||
done < depends
|
done < depends
|
||||||
```
|
```
|
||||||
|
|
||||||
|
## Table of Contents
|
||||||
|
|
||||||
|
<!-- vim-markdown-toc GFM -->
|
||||||
|
|
||||||
|
* [`build`](#build)
|
||||||
|
|
||||||
|
<!-- vim-markdown-toc -->
|
||||||
|
|
||||||
|
## `build`
|
||||||
|
|
||||||
|
The `build` file should contain the necessary steps to patch, configure, build and install the package. When at the install step; the variable `$pkg_dir` is available. This variable points to the directory the package manager uses for built packages. Whatever is in this directory will become part of the package's manifest and will be copied to `/` (or `$PUKE_ROOT`).
|
||||||
|
Loading…
Reference in New Issue
Block a user