diff options
| author | Mattias Andrée <m@maandree.se> | 2026-02-22 13:50:59 +0100 |
|---|---|---|
| committer | Mattias Andrée <m@maandree.se> | 2026-02-22 13:50:59 +0100 |
| commit | 5593186c998c3f63c7abadd3eaa97e55004fc182 (patch) | |
| tree | 29a236c52d30257ea67d933fbd7bdf14bc400258 /DEPENDENCIES | |
| parent | Fix issue-file example, it stopped working (diff) | |
| download | gates-of-tartaros-5593186c998c3f63c7abadd3eaa97e55004fc182.tar.gz gates-of-tartaros-5593186c998c3f63c7abadd3eaa97e55004fc182.tar.bz2 gates-of-tartaros-5593186c998c3f63c7abadd3eaa97e55004fc182.tar.xz | |
Signed-off-by: Mattias Andrée <m@maandree.se>
Diffstat (limited to 'DEPENDENCIES')
| -rw-r--r-- | DEPENDENCIES | 35 |
1 files changed, 14 insertions, 21 deletions
diff --git a/DEPENDENCIES b/DEPENDENCIES index 85b55df..7974750 100644 --- a/DEPENDENCIES +++ b/DEPENDENCIES @@ -1,26 +1,19 @@ RUNTIME DEPENDENCIES: -<package> <command> <reason> -util-linux login login is used for authorisation and login -util-linux setsid used to start login in a new session -bash bash (out-out) gates-of-tartaros is written in Bash -dash dash (opt-in) gates-of-tartaros is compatible with Dash -openssh ssh (optional) used for SSH login -coreutils env (opt-out) used to get the path to Bash in the shebangs -coreutils stty used to lock the TTY if somepony ties something evil -coreutils sleep used to wait for ten minues if somepony ties something evil -coreutils uname used to get the name of the operating system as a distribution name fallback - - + login + setsid + bash (default) or dash + ssh + env + stty + sleep + uname BUILD DEPENDENCIES: -<package> <command> <when> -make make required -sed sed required -coreutils cp required -coreutils rm required -coreutils install required -texinfo makeinfo opt-out: for info manual -gzip gzip opt-out: for info manual compression - + make + sh + sed + cp + mkdir + makeinfo (opt-out: for info manual) |
