1
0
mirror of https://git.freebsd.org/ports.git synced 2026-06-02 11:08:52 +00:00

Document the lua scripts changes with recent pkg addition

This commit is contained in:
Baptiste Daroussin
2020-10-01 19:58:18 +00:00
parent 728657aaf1
commit 3c15b27041
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=550872
+13
View File
@@ -10,6 +10,19 @@ in the release notes and/or placed into UPDATING.
All ports committers are allowed to commit to this file.
20201001:
AUTHOR: bapt@FreeBSD.org
packages scripts and keywords can both be written in lua (versoin 5.3), see
pkg-lua-script(5) for the API.
Note that all scripts written in lua will:
- run inside a capsicum sandbox,
- be rootdir compatible (see pkg -r option)
- be cross installation compatible example: installing packages in an arm64
rootdir on and amd64 host.
20200531:
AUTHOR: kde@FreeBSD.org