summaryrefslogtreecommitdiffhomepage
path: root/etc
diff options
context:
space:
mode:
authorLucio Andrés Illanes Albornoz <lucio@lucioillanes.de>2021-08-24 12:35:37 +0200
committerLucio Andrés Illanes Albornoz <lucio@lucioillanes.de>2021-08-24 12:35:37 +0200
commitc833fcd730484fa5270940c5596097d443fa86af (patch)
tree7b55919210dcc040fed89b816d6a4403f3eeb473 /etc
parent76244ebb5b87c1834c20c908ad9a5c41db5da616 (diff)
downloadmidipix_build-c833fcd730484fa5270940c5596097d443fa86af.tar.bz2
midipix_build-c833fcd730484fa5270940c5596097d443fa86af.tar.xz
Adds ${PKG_VARS_FILE} package variable.
Diffstat (limited to 'etc')
-rw-r--r--etc/README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/README.md b/etc/README.md
index a5757da5..b1ae6a21 100644
--- a/etc/README.md
+++ b/etc/README.md
@@ -642,6 +642,7 @@ VERSION`` and/or ``URLS_GIT``, respectively.
| TARGET | Dash-separated {build,host,target} triplet |
| URL | URL to package archive, optionally appended with whitespace-separated list of alternative URLs |
| URLS_GIT | List of package Git URL(s) (``*name*=*URL*@*branch*``) |
+| VARS_FILE | Filename of optional package variables file (defaults to ``vars/${PKG_NAME}.vars``) |
| VERSION | Package version |
[Back to top](#table-of-contents)