mirror of
https://github.com/stumpwm/stumpwm-contrib.git
synced 2026-09-10 07:26:25 -04:00
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
8 lines
228 B
Common Lisp
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")))
|