diff options
| author | Mattias Andrée <maandree@operamail.com> | 2014-11-01 16:06:32 +0100 |
|---|---|---|
| committer | Mattias Andrée <maandree@operamail.com> | 2014-11-01 16:06:32 +0100 |
| commit | f545ad8b69d3b6bec7b289dd8e6a33e67b4b6c2f (patch) | |
| tree | e86cdfc0aa22c861c90fb9ee5a697cbbef133105 /DEPENDENCIES | |
| parent | add missing deps (diff) | |
| download | splashtool-f545ad8b69d3b6bec7b289dd8e6a33e67b4b6c2f.tar.gz splashtool-f545ad8b69d3b6bec7b289dd8e6a33e67b4b6c2f.tar.bz2 splashtool-f545ad8b69d3b6bec7b289dd8e6a33e67b4b6c2f.tar.xz | |
translate python code to shell code
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to '')
| -rw-r--r-- | DEPENDENCIES | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/DEPENDENCIES b/DEPENDENCIES index 1630c35..31a66bd 100644 --- a/DEPENDENCIES +++ b/DEPENDENCIES @@ -2,13 +2,12 @@ RUNTIME: gzip: decompress fonts nafe: read font files kbd: default font - sh: 1 source file is written in shell script - python3: 1 source files are written in Python 3 - java-runtime: 1 source file is written in Java + bash + python3 + java-runtime awk grep - bash -BUILDTIME: - java-environment: 1 source file is written in Java +BUILD: + java-environment |
