diff options
| author | Mattias Andrée <maandree@operamail.com> | 2014-04-23 20:26:25 +0200 |
|---|---|---|
| committer | Mattias Andrée <maandree@operamail.com> | 2014-04-23 20:27:53 +0200 |
| commit | 67ab892d9a17d6653f766294954ce1adc4f41da2 (patch) | |
| tree | 85ad8d8f0fc432129be07d04a41cd84fcd268e53 | |
| parent | hash master password to give a hint whether it as typed corretly (diff) | |
| download | autopasswd-67ab892d9a17d6653f766294954ce1adc4f41da2.tar.gz autopasswd-67ab892d9a17d6653f766294954ce1adc4f41da2.tar.bz2 autopasswd-67ab892d9a17d6653f766294954ce1adc4f41da2.tar.xz | |
add deps list
Signed-off-by: Mattias Andrée <maandree@operamail.com>
| -rw-r--r-- | DEPENDENCIES | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/DEPENDENCIES b/DEPENDENCIES new file mode 100644 index 0000000..086b182 --- /dev/null +++ b/DEPENDENCIES @@ -0,0 +1,14 @@ +RUNTIME DEPENDENCIES: + + libpassphrase https://github.com/GNU-Pony/libpassphrase + argparser-c https://github.com/maandree/argparser + + +BUILD DEPENDENCIES: + + libpassphrase https://github.com/GNU-Pony/libpassphrase + argparser-c https://github.com/maandree/argparser + make + cc + coreutils + |
