From 058f2d4b6adceebd1de49112d9be3078a58c5825 Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Thu, 9 May 2019 11:12:31 +0300 Subject: [PATCH] docs: update --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index d51f061d..d67c4b9a 100644 --- a/README.md +++ b/README.md @@ -34,3 +34,15 @@ while read -r depend; do # do thing. done < depends ``` + +## Table of Contents + + + +* [`build`](#build) + + + +## `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`).