Skip to content

Commit 4737a07

Browse files
committed
Update gpg-encrypt
Update gpg-encrypt Signed-off-by: Bensuperpc <[email protected]>
1 parent 3023ca3 commit 4737a07

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,7 @@ check-dep:
9696
@clang-format --version > /dev/null 2>&1 && echo "clang-format: OK" || echo "clang-format: Missing"
9797
@cmake --version > /dev/null 2>&1 && echo "cmake: OK" || echo "cmake: Missing"
9898
@ninja --version > /dev/null 2>&1 && echo "ninja: OK" || echo "ninja: Missing"
99+
@gpg --version > /dev/null 2>&1 && echo "gpg: OK" || echo "gpg: Missing"
99100

100101

101102
.PHONY: check check-dep dist-full clean dist sync-submodule install uninstall update

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ make uninstall
6262
| archive | archive scripts | 7z, xz |
6363
| development | development scripts | For cmake, ninja, clang-format... |
6464
| cryptr | [cryptr](https://github.com/nodesocket/cryptr) | To crypt files with AES |
65+
| gpg-encrypt | gpg-encrypt script | Crypt files with GPG |
6566
| video | video scripts | ffmpeg, nvenc, youtube-dl ect... |
6667
| image | image scripts | ffmpeg, cwebp ect... |
6768
| debian | debian scripts | apt, cleaning ect... |

0 commit comments

Comments
 (0)