23 lines
423 B
Text
23 lines
423 B
Text
|
--
|
||
|
-- sPhone Application Package
|
||
|
-- Built with SPK builder 1
|
||
|
--
|
||
|
{
|
||
|
files = "{\
|
||
|
[ \"exa.lua\" ] = \"print(\\\"This is an example file\\\")\\\
|
||
|
print(spk.getID())\\\
|
||
|
print(spk.getPath())\\\
|
||
|
print(spk.getName())\\\
|
||
|
print(spk.getAuthor())\\\
|
||
|
print(spk.getVersion())\\\
|
||
|
\",\
|
||
|
}",
|
||
|
config = "{\
|
||
|
main = \"exa.lua\",\
|
||
|
name = \"SPK Example\",\
|
||
|
id = \"sphone.examplespk\",\
|
||
|
author = \"BeaconNet\",\
|
||
|
version = 1.3,\
|
||
|
}",
|
||
|
}
|