diff options
author | Mattias Andrée <maandree@kth.se> | 2023-12-17 18:48:36 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2023-12-17 18:48:36 +0100 |
commit | e6a1b8202785a291dfcc8ea41683de7903ec3f57 (patch) | |
tree | 77bb72aa3ed213db3f01f432c1945f078af66fcb /DEPENDENCIES | |
parent | Fix latest commit and prove portability further by replaceing \s with [[:space:]] (diff) | |
download | sha3sum-e6a1b8202785a291dfcc8ea41683de7903ec3f57.tar.gz sha3sum-e6a1b8202785a291dfcc8ea41683de7903ec3f57.tar.bz2 sha3sum-e6a1b8202785a291dfcc8ea41683de7903ec3f57.tar.xz |
m
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to '')
-rw-r--r-- | DEPENDENCIES | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/DEPENDENCIES b/DEPENDENCIES deleted file mode 100644 index 55a4ae5..0000000 --- a/DEPENDENCIES +++ /dev/null @@ -1,19 +0,0 @@ -RUNTIME DEPENDENCIES: - - libc - libkeccak - - -BUILD DEPENDENCIES: - - coreutils - gcc - libc - libkeccak>=1.4 - make - sed - - -DEPENDENCY SOURCES: - - libkeccak https://codeberg.org/maandree/libkeccak |