forked from kapresoft/wow-addon-actionbar-plus
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpkgmeta.yaml
executable file
·76 lines (71 loc) · 2.43 KB
/
pkgmeta.yaml
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
65
66
67
68
69
70
71
72
73
74
75
76
package-as: ActionbarPlus
# --------------------------
license-output: LICENSE.txt
enable-nolib-creation: no
#enable-toc-creation: yes
#manual-changelog:
# filename: CHANGELOG.txt
# markup-type: markdown
# Declaring the following dependencies will make curse forge app install these 3rd-party
# libraries. Need to figure out which is best (embedded or external).
# in code, check for each of library global var before using
#optional-dependencies:
# - ace3
# - libstub
# - callbackhandler
# - libsharedmedia-3-0
# Files and directories beginning with a dot (such as .git) are automatically ignored, as is the pgkmeta file itself.
#ignore:
# - .git
# - .idea
# Resources:
# - https://github.com/wowace-mirror
# - https://www.wowace.com/projects/ace3
# - SVN URLs are still the primary source recommendation
externals:
Core/ExtLib/Kapresoft-LibUtil:
url: https://github.com/kapresoft/wow-lib-util
tag: latest
# Sourcing Ace3 addon directly from github
# LibStub is included in Ace3 add
Core/ExtLib/WowAce/Ace3:
url: https://repos.wowace.com/wow/ace3/trunk
tag: latest
Core/ExtLib/WowAce/LibCompress/LibCompress:
# https://www.wowace.com/projects/libcompress
url: https://repos.wowace.com/wow/libcompress/trunk
tag: latest
Core/ExtLib/WowAce/LibSharedMedia/LibSharedMedia-3.0:
url: https://repos.wowace.com/wow/libsharedmedia-3-0/trunk/LibSharedMedia-3.0
tag: latest
Core/ExtLib/WowAce/LibQTip/LibQTip-1.0:
# https://www.wowace.com/projects/libqtip-1-0
url: https://repos.wowace.com/wow/libqtip-1-0
tag: latest
ignore:
- "*.sh"
- "*.md"
- "*.yaml"
- "*.yml"
- dev
- doc
- scripts
- Core/ExtLib/Kapresoft-LibUtil/LICENSE
- Core/ExtLib/Kapresoft-LibUtil/Kapresoft-LibUtil.toc
- Core/ExtLib/Kapresoft-LibUtil/External
- Core/ExtLib/Kapresoft-LibUtil/dev
- Core/ExtLib/Kapresoft-LibUtil/sync-extlibs.sh
- Core/ExtLib/WowAce/LibQTip/LibQTip-1.0/LibStub
- Core/ExtLib/WowAce/LibQTip/LibQTip-1.0/LibQTip-1.0.toc
- Core/ExtLib/WowAce/LibCompress/LibCompress/LibCompress.toc
- Core/ExtLib/WowAce/Ace3/tests
- Core/ExtLib/WowAce/Ace3/Ace3.lua
- Core/ExtLib/WowAce/Ace3/Ace3.toc
- Core/ExtLib/WowAce/Ace3/Ace3_TBC.toc
- Core/ExtLib/WowAce/Ace3/Ace3_Vanilla.toc
- Core/ExtLib/WowAce/Ace3/Ace3_Wrath.toc
- Core/ExtLib/WowAce/Ace3/Bindings.xml
- Core/ExtLib/WowAce/Ace3/Bindings.xml
- Dev.toc
## Potentially helpful libraries
## - https://www.wowace.com/projects/libactionbutton-1-0