password-store

Simple password manager using gpg and ordinary unix directories
git clone https://git.zx2c4.com/password-store
Log | Files | Refs | README | LICENSE

commit a1788f20d294f542607d9b374e6aa71515f21663
parent 31bf81ea8ffa74954216d9122e347f8d40dd551b
Author: Jason A. Donenfeld <Jason@zx2c4.com>
Date:   Sat,  8 Sep 2012 01:40:44 +0200

More info in INSTALL.

Diffstat:
MINSTALL | 9+++++++++
1 file changed, 9 insertions(+), 0 deletions(-)

diff --git a/INSTALL b/INSTALL @@ -3,3 +3,12 @@ Simply typing make install should install pass to the standard locations. + +The makefile is aware of the following environment variables: + +PREFIX default: /usr +DESTDIR default: +BINDIR default: $(PREFIX)/bin +MANDIR default: $(PREFIX)/share/man +SYSCONFDIR default: /etc +