Sugar Network/Recipe Specification: Difference between revisions
No edit summary |
|||
| Line 319: | Line 319: | ||
* ''ZSUGAR_<argument-in-upper-case>'' map ''0sugar'' long command line arguments | * ''ZSUGAR_<argument-in-upper-case>'' map ''0sugar'' long command line arguments | ||
* ''SECTION_<section-name-in-upper-case>'' for every spec file section that will be processed | * ''SECTION_<section-name-in-upper-case>'' for every spec file section that will be processed | ||
== Examples == | |||
=== Python activity without external dependencies === | |||
slug = cartoon-builder | |||
name = Cartoon Builder | |||
summary = Create your own cell-animation sequences | |||
license = GPLv2+ | |||
homepage = http://wiki.sugarlabs.org/go/Activities/Cartoon_Builder | |||
icon = activity/activity-cartoonbuilder.svg | |||
category = Games;Education | |||
version = 11.4.9-pre3 | |||
stability = testing | |||
exec = sugar-activity activity.CartoonBuilderActivity | |||