diff options
| author | Mattias Andrée <maandree@operamail.com> | 2013-09-30 04:28:55 +0200 |
|---|---|---|
| committer | Mattias Andrée <maandree@operamail.com> | 2013-09-30 04:28:55 +0200 |
| commit | 7eeedd96541b26e60d9d869ddff13f0ee1b9536e (patch) | |
| tree | bb8761e1b740c18a139fa960d7f9878cddcd13ff | |
| parent | m (diff) | |
| download | gates-of-tartaros-7eeedd96541b26e60d9d869ddff13f0ee1b9536e.tar.gz gates-of-tartaros-7eeedd96541b26e60d9d869ddff13f0ee1b9536e.tar.bz2 gates-of-tartaros-7eeedd96541b26e60d9d869ddff13f0ee1b9536e.tar.xz | |
add dependency list
Signed-off-by: Mattias Andrée <maandree@operamail.com>
| -rw-r--r-- | DEPENDENCIES | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/DEPENDENCIES b/DEPENDENCIES new file mode 100644 index 0000000..abef489 --- /dev/null +++ b/DEPENDENCIES @@ -0,0 +1,22 @@ +RUNTIME DEPENDENCIES: + +<package> <command> <reason> +util-linux login login is used for authorisation and login +bash bash gates-of-tartaros is written in Bash +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 + + + +BUILD DEPENDENCIES: + +<package> <command> <when> +make make required +sed sed required +coreutils cp required +coreutils rm required +coreutils install required + |
