SVNからのミラー

This commit is contained in:
2026-01-21 04:47:40 +09:00
commit 81a90a99e1
47 changed files with 2619 additions and 0 deletions

25
README.md Normal file
View File

@@ -0,0 +1,25 @@
# simpas
シンプルなパスワードマネージャー Simple Password Manager\
GUI版のsp
## インストールする方法 | Installation
### BSD
```sh
doas make depends
make
doas make install
```
### Void Linux
```sh
sudo bmake depends
bmake
sudo bmake install
```
### Alpine Linux
```sh
sudo apk add fltk fltk-dev gpgme gpgmepp gnupg pinentry bmake
bmake
sudo bmake install
```