diff options
author | Mattias Andrée <maandree@operamail.com> | 2014-11-18 22:22:31 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2014-11-18 22:22:31 +0100 |
commit | 001d794c81904da3fd32bfbbd625393d92dbe23b (patch) | |
tree | 0cc9b8ac30c008d2289686a9c0fc99e5f039a63b | |
parent | readability (diff) | |
download | sha3sum-001d794c81904da3fd32bfbbd625393d92dbe23b.tar.gz sha3sum-001d794c81904da3fd32bfbbd625393d92dbe23b.tar.bz2 sha3sum-001d794c81904da3fd32bfbbd625393d92dbe23b.tar.xz |
clean up dependency list
Signed-off-by: Mattias Andrée <maandree@operamail.com>
-rw-r--r-- | DEPENDENCIES | 35 |
1 files changed, 26 insertions, 9 deletions
diff --git a/DEPENDENCIES b/DEPENDENCIES index 32fb474..cd405f4 100644 --- a/DEPENDENCIES +++ b/DEPENDENCIES @@ -1,10 +1,27 @@ -https://github.com/maandree/libkeccak -https://github.com/maandree/argparser -https://github.com/maandree/auto-auto-complete (make) -https://github.com/maandree/texman (make) -libc -make (make) -coreutil (make) -gcc (make) -sed (make) +RUNTIME DEPENDENCIES: + + libkeccak + argparser + libc + + +BUILD DEPENDENCIES: + + libkeccak + argparser + libc + auto-auto-complete (opt-out, for shell tab-completion) + texman (opt-out, for man pages) + sed (opt-out, for man pages) + gcc + make + coreutils + + +DEPENDENCY SOURCES: + + libkeccak https://github.com/maandree/libkeccak + argparser https://github.com/maandree/argparser + auto-auto-complete https://github.com/maandree/auto-auto-complete + texman https://github.com/maandree/texman |