Create example.spk

This commit is contained in:
Ale32bit 2016-11-03 12:17:06 +01:00 committed by GitHub
parent 5ed9ac6db8
commit e5d44ec776

View 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,\
}",
}