summaryrefslogtreecommitdiff
path: root/tests/plugins/pack
diff options
context:
space:
mode:
authorruki <[email protected]>2023-12-18 22:41:39 +0800
committerruki <[email protected]>2023-12-18 22:41:39 +0800
commitc1bba747f0859fb6f559169563973f28905c71f7 (patch)
tree580748622990c3548e65ab289c4591e1163b3619 /tests/plugins/pack
parent9725c72f8834475640800ec1ac5315ac803cb0a0 (diff)
call rpmbuild
Diffstat (limited to 'tests/plugins/pack')
-rw-r--r--tests/plugins/pack/xmake.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/plugins/pack/xmake.lua b/tests/plugins/pack/xmake.lua
index 34b741406..b1a4c641b 100644
--- a/tests/plugins/pack/xmake.lua
+++ b/tests/plugins/pack/xmake.lua
@@ -24,6 +24,7 @@ xpack("test")
set_author("ruki")
set_description("A test installer.")
set_homepage("https://xmake.io")
+ set_license("Apache-2.0")
set_licensefile("LICENSE.md")
add_targets("test", "foo")
add_installfiles("src/(assets/*.png)", {prefixdir = "images"})