diff options
author | Mattias Andrée <maandree@kth.se> | 2017-10-14 11:12:02 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2017-10-14 11:12:02 +0200 |
commit | 8bd97d21a74c3761a9a91b0cb9ba4caee8d3e18c (patch) | |
tree | 0d109a6fb784e4d36da2514be2a8cc3e53c26374 /DEPENDENCIES | |
parent | Merge pull request #17 from Limeth/master (diff) | |
download | sha3sum-8bd97d21a74c3761a9a91b0cb9ba4caee8d3e18c.tar.gz sha3sum-8bd97d21a74c3761a9a91b0cb9ba4caee8d3e18c.tar.bz2 sha3sum-8bd97d21a74c3761a9a91b0cb9ba4caee8d3e18c.tar.xz |
Change license, change style, and remove crap
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'DEPENDENCIES')
-rw-r--r-- | DEPENDENCIES | 22 |
1 files changed, 6 insertions, 16 deletions
diff --git a/DEPENDENCIES b/DEPENDENCIES index ff58e58..554e6e4 100644 --- a/DEPENDENCIES +++ b/DEPENDENCIES @@ -1,29 +1,19 @@ RUNTIME DEPENDENCIES: - libkeccak - argparser libc + libkeccak BUILD DEPENDENCIES: - libkeccak - argparser - libc - auto-auto-complete (opt-out, for shell tab-completion) - texman (opt-in, for man pages) - sed (opt-in, for man pages) - texinfo (opt-out, for info, pdf, dvi and ps manuals) - texlive-core (opt-in, for pdf, dvi and ps manuals) + coreutils gcc + libc + libkeccak make - coreutils + sed 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 - + libkeccak https://github.com/maandree/libkeccak |