mirror of
https://github.com/QRouland/UTPass.git
synced 2025-01-24 07:36:39 +00:00
34 lines
661 B
YAML
34 lines
661 B
YAML
clickable_minimum_required: 8
|
|
builder: cmake
|
|
kill: UTPass
|
|
|
|
scripts:
|
|
style: >-
|
|
echo 'Astyle :' && astyle --options=.astylerc main.cpp && astyle
|
|
--options=.astylerc --recursive 'plugins/*.cpp,*.h' && echo 'QmlFmt :' &&
|
|
qmlfmt -l tests && qmlfmt -w tests && qmlfmt -l qml && qmlfmt -w qml
|
|
|
|
dependencies_target:
|
|
- libgpgmepp-dev
|
|
- libgpgme-dev
|
|
- libgit2-dev
|
|
- libquazip5-dev
|
|
- gpg
|
|
|
|
install_lib:
|
|
- "libgpg-error.so.0.28.0"
|
|
- "libassuan.so*"
|
|
- "libgpgme.so*"
|
|
- "libgpgmepp.so*"
|
|
- "libqgpgme.so*"
|
|
- "libgit2.so*"
|
|
- "libquazip5.so*"
|
|
- "libmbedtls.so*"
|
|
- "libmbedx509.so*"
|
|
- "libmbedcrypto.so*"
|
|
- "libhttp_parser.so*"
|
|
- "libssh2.so*"
|
|
|
|
install_bin:
|
|
- "gpg"
|