Create example.spk
This commit is contained in:
parent
5ed9ac6db8
commit
e5d44ec776
1 changed files with 22 additions and 0 deletions
22
apps/BeaconNet/example.spk
Normal file
22
apps/BeaconNet/example.spk
Normal file
|
@ -0,0 +1,22 @@
|
|||
--
|
||||
-- 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,\
|
||||
}",
|
||||
}
|
Loading…
Reference in a new issue