-
Notifications
You must be signed in to change notification settings - Fork 1
/
.pkgmeta
31 lines (25 loc) · 1.19 KB
/
.pkgmeta
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
package-as: AnnoyingPopupRemover
enable-nolib-creation: no
ignore: # Files and directories beginning with a dot (such as .git) are automatically ignored, as is the pgkmeta file itself.
- README.md
- Libs/LibStub/tests
- Libs/LibStub/LibStub.toc
- Curse description in markup.md
- Wago description in markup.md
- WoWI description in BBCode.bbcode
- module_template.lua
- module_enchanting.lua
externals:
# Prereqs
Libs/LibStub: https://repos.wowace.com/wow/libstub/trunk
Libs/CallbackHandler-1.0: https://repos.wowace.com/wow/callbackhandler/trunk/CallbackHandler-1.0
# AceConfig subs
Libs/AceConfigCmd-3.0: https://repos.wowace.com/wow/ace3/trunk/AceConfig-3.0/AceConfigCmd-3.0
Libs/AceConfigDialog-3.0: https://repos.wowace.com/wow/ace3/trunk/AceConfig-3.0/AceConfigDialog-3.0
Libs/AceConfigRegistry-3.0: https://repos.wowace.com/wow/ace3/trunk/AceConfig-3.0/AceConfigRegistry-3.0
# AceConsole
Libs/AceConsole-3.0: https://repos.wowace.com/wow/ace3/trunk/AceConsole-3.0
# AceGui
Libs/AceGUI-3.0: https://repos.wowace.com/wow/ace3/trunk/AceGUI-3.0
# My utilities
Libs/AddonUtilities: https://github.com/KyrosKrane/AddonUtilities