2025-01-07 14:41:48 +01:00
|
|
|
clickable_minimum_required: 8
|
|
|
|
builder: cmake
|
|
|
|
kill: UTPass
|
|
|
|
|
|
|
|
scripts:
|
|
|
|
style: >-
|
2025-01-10 21:33:48 +01:00
|
|
|
echo 'Running Astyle :' && astyle --options=.astylerc main.cpp && astyle --options=.astylerc --recursive 'plugins/*.cpp,*.h' && echo 'Running QmlFormat' && find . -name "*.qml" -exec qmlformat -i {} \; && echo 'Success'
|
2025-01-10 15:28:42 +01:00
|
|
|
|
|
|
|
|
|
|
|
|
2025-01-07 14:41:48 +01:00
|
|
|
|
|
|
|
dependencies_target:
|
|
|
|
- libgpgmepp-dev
|
|
|
|
- libgpgme-dev
|
|
|
|
- libgit2-dev
|
|
|
|
- libquazip5-dev
|
|
|
|
- gpg
|
|
|
|
|
|
|
|
install_lib:
|
|
|
|
- "libgpg-error.so.0.28.0"
|
2025-01-07 20:55:30 +01:00
|
|
|
- "libassuan.so*"
|
|
|
|
- "libgpgme.so*"
|
|
|
|
- "libgpgmepp.so*"
|
|
|
|
- "libqgpgme.so*"
|
|
|
|
- "libgit2.so*"
|
|
|
|
- "libquazip5.so*"
|
|
|
|
- "libmbedtls.so*"
|
|
|
|
- "libmbedx509.so*"
|
|
|
|
- "libmbedcrypto.so*"
|
|
|
|
- "libhttp_parser.so*"
|
|
|
|
- "libssh2.so*"
|
2025-01-07 14:41:48 +01:00
|
|
|
|
|
|
|
install_bin:
|
|
|
|
- "gpg"
|