aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMattias Andrée <maandree@operamail.com>2014-04-23 20:26:25 +0200
committerMattias Andrée <maandree@operamail.com>2014-04-23 20:27:53 +0200
commit67ab892d9a17d6653f766294954ce1adc4f41da2 (patch)
tree85ad8d8f0fc432129be07d04a41cd84fcd268e53
parenthash master password to give a hint whether it as typed corretly (diff)
downloadautopasswd-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--DEPENDENCIES14
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
+