-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.pkgmeta
69 lines (58 loc) · 2.06 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
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
package-as: HandyNotes_erglo_Loremaster
enable-nolib-creation: no
# Files and directories beginning with a dot (such as .git) are automatically
# ignored, as is the pgkmeta file itself.
ignore:
- libs
- utils
- CHANGELOG.md
- README*
- TODO.txt
# For copying files without processing (after downloading latest externals)
plain-copy:
- utils/*.lua
- libs/Ace*
- libs/LibStub/LibStub.lua
- libs/CallbackHandler*
- libs/LibQTip-1.0/LibQTip-1.0.lua
- libs/LibQTip-1.0/lib.xml
# The manual changelog will be created via GitHub action
manual-changelog:
filename: CHANGELOG-LATEST.md
markup-type: markdown
license-output: LICENSE.txt
# Indicate the BigWigsMods packager to convert the changelog from Markdown to
# BBCode for WoWInterface.
wowi-convert-changelog: yes
externals:
libs/LibStub: https://repos.curseforge.com/wow/libstub/trunk
libs/CallbackHandler-1.0: https://repos.wowace.com/wow/callbackhandler/trunk/CallbackHandler-1.0
libs/AceAddon-3.0: https://repos.curseforge.com/wow/ace3/trunk/AceAddon-3.0
libs/AceConsole-3.0: https://repos.curseforge.com/wow/ace3/trunk/AceConsole-3.0
libs/AceDB-3.0: https://repos.curseforge.com/wow/ace3/trunk/AceDB-3.0
libs/AceEvent-3.0: https://repos.wowace.com/wow/ace3/trunk/AceEvent-3.0
libs/LibQTip-1.0: https://repos.curseforge.com/wow/libqtip-1-0
utils: https://github.com/erglo/wow-addon-utilities.git
# Dependencies that will show on the CurseForge website with a list of project
# short names (slugs).
required-dependencies:
- handynotes
optional-dependencies:
- ace3
- libstub
# This will make sure the developers receive points for their addons in
# CurseForge's Author Rewards Program.
embedded-libraries:
- libstub
- callbackhandler
- ace3
- libqtip-1-0
# If you want to specify that you used a tool that is not a library, but would
# like people to know that it was used, and for it to receive points for
# CurseForge's Author Rewards Program.
tools-used:
- bug-grabber
- bugsack
- idtip
- textureviewer
- wowlua