+# 1.1.1
+* make install-zsh部分を修正
+
# 1.1.0
* TOTP対応
* READMEファイルで使い方を詳しく説明する
NAME=sp
-VERSION=1.1.0
+VERSION=1.1.1
# Linux、Haiku、かIllumos = /usr、FreeBSDかOpenBSD = /usr/local、NetBSD = /usr/pkg
PREFIX=/usr
CC=cc
chmod 755 ${DESTDIR}${PREFIX}/bin/${NAME}
install-zsh:
- cp sp-completion.zsh /usr/share/zsh/site-functions/_sp
+ cp sp-completion.zsh ${DESTDIR}${PREFIX}/share/zsh/site-functions/_sp
uninstall:
rm -f ${DESTDIR}${PREFIX}/bin/${NAME}
```sh
doas prt-get depinst gpgme gnupg pinentry
doas make install
+doas make install-zsh
```
又は
```sh
doas pacman -S base-devel gpgme gnupg pinentry
doas make install
+doas make install-zsh
```
### OpenBSD
```sh
doas pkg_add gmake gpgme gnupg pinentry
doas gmake install PREFIX=/usr/local
+doas gmake install-zsh PREFIX=/usr/local
```
### FreeBSD
```sh
doas pkg install gmake gpgme gnupg pinentry
doas gmake install PREFIX=/usr/local
+doas gmake install-zsh PREFIX=/usr/local
```
## 初期設定
void helpme();
const char* sofname = "sp";
-const char* version = "1.1.0";
+const char* version = "1.1.1";
void helpme() {
printf("076 sp - シンプルなパスワードマネージャー\n");