summaryrefslogtreecommitdiff
path: root/xmake/includes
diff options
context:
space:
mode:
authorruki <[email protected]>2023-11-25 00:51:19 +0800
committerruki <[email protected]>2023-11-25 00:51:19 +0800
commit43ac546cbd551bf06ae37a8211c8a65d9eadbb0b (patch)
tree51f19b4dd5179a29cbcc6acb033e0eb6f8ef4467 /xmake/includes
parent103bbe833dc6c1e8203cab0e842e49cfa426d0a4 (diff)
add set_author and set_maintainer
Diffstat (limited to 'xmake/includes')
-rw-r--r--xmake/includes/xpack/xmake.lua4
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