Sugar Network/Recipe Specification: Difference between revisions
| Line 113: | Line 113: | ||
'''exec''' = <shell-command> | '''exec''' = <shell-command> | ||
Instead of using an executable program from the ''main'' option, 0sugar can bundle a script to run an arbitrary shell command. If a package has | Instead of using an executable program from the ''main'' option, 0sugar can bundle a script to run an arbitrary shell command. | ||
If a package has neither ''main'' nor ''exec'', then it cannot be executed. This typically means that the package is for a library. | |||
'''include''' = <glob-pattern> [; ...] | '''include''' = <glob-pattern> [; ...] | ||