Pastes

@externals@ keyword substitution

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
@externals@ will change content of *.toc file from
----
#@no-lib-strip@
@externals@
#@end-no-lib-strip@

addon.lua
----
to
----
#@no-lib-strip@
Libs/Sol/LibStub.lua
Libs/Sol/Sol.lua
#@end-no-lib-strip@

addon.lua
----
using externals in .pkgmeta
----
externals:
    Libs/Sol:
        url: svn://svn.curseforge.net/rom/sol/mainline/trunk
        tag: latest
----

Facts

Date posted
May 22, 2009
Language
Lua

Poster