diff options
| author | ruki <[email protected]> | 2023-12-18 22:41:39 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2023-12-18 22:41:39 +0800 |
| commit | c1bba747f0859fb6f559169563973f28905c71f7 (patch) | |
| tree | 580748622990c3548e65ab289c4591e1163b3619 /tests/plugins/pack | |
| parent | 9725c72f8834475640800ec1ac5315ac803cb0a0 (diff) | |
call rpmbuild
Diffstat (limited to 'tests/plugins/pack')
| -rw-r--r-- | tests/plugins/pack/xmake.lua | 1 |
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"}) |
