stumpwm.stumpwm-contrib/util/pass/pass.asd
Spenser Truex d337cfccf5
Add $PASSWORD_STORE_DIR support to pass for XDG (#182)
pass has partial support for the XDG Base Directory specification. The most
common value for PASSWORD_STORE_DIR is either unset or
$XDG_DATA_DIR/password-store

See the man page of pass for more details:
https://git.zx2c4.com/password-store/about/#ENVIRONMENT%20VARIABLES
2020-03-26 20:04:36 -05:00

8 lines
228 B
Common Lisp

(asdf:defsystem #:pass
:serial t
:description "Integrate 'pass' with StumpWM"
:author "Florian Margaine <florian@margaine.com>"
:license "GPLv3"
:depends-on (:stumpwm :uiop)
:components ((:file "pass")))