diff options
| author | ruki <[email protected]> | 2023-11-25 00:51:19 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2023-11-25 00:51:19 +0800 |
| commit | 43ac546cbd551bf06ae37a8211c8a65d9eadbb0b (patch) | |
| tree | 51f19b4dd5179a29cbcc6acb033e0eb6f8ef4467 /xmake/includes | |
| parent | 103bbe833dc6c1e8203cab0e842e49cfa426d0a4 (diff) | |
add set_author and set_maintainer
Diffstat (limited to 'xmake/includes')
| -rw-r--r-- | xmake/includes/xpack/xmake.lua | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/xmake/includes/xpack/xmake.lua b/xmake/includes/xpack/xmake.lua index 8572b2a87..c6ed04201 100644 --- a/xmake/includes/xpack/xmake.lua +++ b/xmake/includes/xpack/xmake.lua @@ -34,6 +34,10 @@ local apis = { "xpack.set_homepage", -- set package title "xpack.set_title", + -- set author + "xpack.set_author", + -- set maintainer, + "xpack.set_maintainer", -- set package description "xpack.set_description", -- set input kind, e.g. binary, source |
