summaryrefslogtreecommitdiffhomepage
path: root/etc
diff options
context:
space:
mode:
authorLucio Andrés Illanes Albornoz <lucio@lucioillanes.de>2020-02-29 15:22:39 +0000
committerLucio Andrés Illanes Albornoz <lucio@lucioillanes.de>2020-02-29 15:22:39 +0000
commitaa78ae19a47b3ffcc216e307aed228fb9c7b0568 (patch)
tree697c6c4e0aea68eb8f6051c112de58b027685384 /etc
parentf504416382bf7d962eb72ea1fbadc5f2d70a195f (diff)
downloadmidipix_build-aa78ae19a47b3ffcc216e307aed228fb9c7b0568.tar.bz2
midipix_build-aa78ae19a47b3ffcc216e307aed228fb9c7b0568.tar.xz
etc/README.md: updated.
Diffstat (limited to 'etc')
-rw-r--r--etc/README.md7
1 files changed, 5 insertions, 2 deletions
diff --git a/etc/README.md b/etc/README.md
index e80abb6f..16392edf 100644
--- a/etc/README.md
+++ b/etc/README.md
@@ -78,8 +78,11 @@ The following variables are package-specific and receive their value from either
top-level defaults defined in ``midipix.env``, build group-specific defaults from
the build group the package pertains to and defined in its corresponding file beneath
``groups/``, or package-specific overrides defined either in the latter and/or in
-its corresponding file beneath ``vars/``. The minimum set of package variables that
-must be provided is ``SHA256SUM, URL, VERSION`` and ``URLS_GIT``, respectively.
+its corresponding file beneath ``vars/``. Additionally, overrides may be specified
+on a per-build basis on the command-line after the last argument, with each variable
+prefixed w/ ``PKG_``, e.g.: ``./build.sh [ ... ] PKG_ZSH_CC="/bin/false"``.
+The minimum set of package variables that must be provided is ``SHA256SUM, URL, VERSION``
+and ``URLS_GIT``, respectively.
| Package variable name | Description |
| --------------------------- | --------------------------------------------------------------------------------------------------------------------------------------- |