This repository has been archived by the owner on Jun 17, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
/
lcpkg.json
64 lines (64 loc) · 2.22 KB
/
lcpkg.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
{
"name": "lc-design-app",
"version": "0.2.0",
"description": "A minimal LCUI application for preview LC Design component library",
"author": "lc-soft",
"homepage": "https://github.com/lc-ui/lc-design-app",
"bugs": {
"url": "https://github.com/lc-ui/lc-design-app/issues"
},
"arch": [
"x86",
"x64"
],
"platform": [
"windows",
"linux"
],
"mode": [
"debug",
"release"
],
"builder": {
"configureFiles": [
"include/version.h.in",
"CMakeLists.txt.in",
"xmake.lua.in"
],
"hooks": {
"afterBuild": "lcpkg export --filter runtime --arch {{arch}} --mode {{mode}} app",
"beforeBuild": "lcpkg export --filter build --arch {{arch}} --mode {{mode}} vendor"
},
"linkDirs": [
"vendor/lib"
]
},
"private": true,
"dependencies": {
"LCUI": {
"version": "2.2.0",
"resolved": {
"all": "https://github.com/lc-soft/LCUI/releases/download/v2.2.0/LCUI-2.2.0_all.lcpkg.zip",
"x64-uwp": "https://github.com/lc-soft/LCUI/releases/download/v2.2.0/LCUI-2.2.0_x64-uwp.lcpkg.zip",
"x64-windows": "https://github.com/lc-soft/LCUI/releases/download/v2.2.0/LCUI-2.2.0_x64-windows.lcpkg.zip",
"x86-uwp": "https://github.com/lc-soft/LCUI/releases/download/v2.2.0/LCUI-2.2.0_x86-uwp.lcpkg.zip",
"x86-windows": "https://github.com/lc-soft/LCUI/releases/download/v2.2.0/LCUI-2.2.0_x86-windows.lcpkg.zip"
},
"sourceRequired": false,
"uri": "github:lc-soft/LCUI",
"linkage": "auto"
},
"lc-design": {
"version": "1.1.0",
"resolved": {
"x64-uwp": "https://github.com/lc-ui/lc-design/releases/download/v1.1.0/lc-design-1.1.0_x64-uwp.lcpkg.zip",
"all": "https://github.com/lc-ui/lc-design/releases/download/v1.1.0/lc-design-demo.zip",
"x64-windows": "https://github.com/lc-ui/lc-design/releases/download/v1.1.0/lc-design-1.1.0_x64-windows.lcpkg.zip",
"x86-uwp": "https://github.com/lc-ui/lc-design/releases/download/v1.1.0/lc-design-1.1.0_x86-uwp.lcpkg.zip",
"x86-windows": "https://github.com/lc-ui/lc-design/releases/download/v1.1.0/lc-design-1.1.0_x86-windows.lcpkg.zip"
},
"uri": "github:lc-ui/lc-design",
"linkage": "auto"
}
}
}