forked from RedBrumbler/SongDetails
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathqpm.json
56 lines (56 loc) · 1.15 KB
/
qpm.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
{
"version": "0.4.0",
"sharedDir": "shared",
"dependenciesDir": "extern",
"info": {
"name": "SongDetails",
"id": "song-details",
"version": "1.0.0",
"url": "https://github.com/bsq-ports/SongDetails",
"additionalData": {
"overrideSoName": "libsongdetails.so",
"cmake": false
}
},
"workspace": {
"scripts": {
"build": [
"pwsh ./scripts/build.ps1"
],
"clean": [
"pwsh ./scripts/build.ps1 -clean"
],
"copy": [
"pwsh ./scripts/copy.ps1"
],
"log": [
"pwsh ./scripts/log.ps1"
],
"qmod": [
"pwsh ./scripts/build.ps1 -clean -release",
"qpm qmod manifest",
"pwsh ./scripts/createqmod.ps1 SongDetails -clean"
]
},
"ndk": "^27.2.12479018",
"qmodIncludeDirs": [],
"qmodIncludeFiles": [],
"qmodOutput": null
},
"dependencies": [
{
"id": "libcurl",
"versionRange": "^7.78.0",
"additionalData": {
"private": true
}
},
{
"id": "paper2_scotland2",
"versionRange": "^4.5.0",
"additionalData": {
"private": true
}
}
]
}