This repository has been archived on 2026-05-26. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
SimPas1/README.md
2026-01-21 04:47:40 +09:00

389 B

simpas

シンプルなパスワードマネージャー Simple Password Manager
GUI版のsp

インストールする方法 | Installation

BSD

doas make depends
make
doas make install

Void Linux

sudo bmake depends
bmake
sudo bmake install

Alpine Linux

sudo apk add fltk fltk-dev gpgme gpgmepp gnupg pinentry bmake
bmake
sudo bmake install