kumquat-buildroot/package/execline/Config.in
Eric Le Bihan ece98adf1e execline: new package
This package provides execline, a (non-interactive) scripting language,
like sh, used in the s6 supervision system.

The host variant is provided as it is required to build and run the host
variants of s6 and s6-rc.

Signed-off-by: Eric Le Bihan <eric.le.bihan.dev@free.fr>
[Thomas: add entry to DEVELOPERS file.]
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2017-03-01 23:53:44 +01:00

13 lines
445 B
Plaintext

config BR2_PACKAGE_EXECLINE
bool "execline"
select BR2_PACKAGE_SKALIBS
depends on BR2_USE_MMU # skalibs
help
execline is a (non-interactive) scripting language, like sh;
but its syntax is quite different from a traditional shell
syntax. The execlineb program is meant to be used as an
interpreter for a text file; the other commands are
essentially useful inside an execlineb script.
http://skarnet.org/software/execline/