mirror of
https://github.com/araxiaonline/WoWDBDefs.git
synced 2026-06-13 11:42:48 -04:00
18 lines
246 B
Lua
18 lines
246 B
Lua
rockspec_format = '3.0'
|
|
package = 'getexe'
|
|
version = 'scm-0'
|
|
source = { url = '' }
|
|
dependencies = {
|
|
'argparse',
|
|
'luacasc < 1.16',
|
|
'penlight',
|
|
}
|
|
build = {
|
|
type = 'none',
|
|
install = {
|
|
bin = {
|
|
getexe = 'getexe.lua',
|
|
},
|
|
},
|
|
}
|