1 config BR2_PACKAGE_GIT_CRYPT
3 depends on BR2_INSTALL_LIBSTDCPP
4 depends on BR2_USE_MMU # git
5 select BR2_PACKAGE_GIT # runtime
6 select BR2_PACKAGE_OPENSSL
8 git-crypt enables transparent encryption and decryption of
9 files in a git repository.
11 https://www.agwa.name/projects/git-crypt/
13 comment "git-crypt needs a toolchain w/ C++"
14 depends on !BR2_INSTALL_LIBSTDCPP
15 depends on BR2_USE_MMU