2025-01-07 14:41:48 +01:00
|
|
|
clickable_minimum_required: 8
|
|
|
|
builder: cmake
|
|
|
|
kill: UTPass
|
|
|
|
|
|
|
|
scripts:
|
|
|
|
style: >-
|
2025-02-05 09:09:20 +01:00
|
|
|
echo 'Running Astyle :' && astyle --options=.astylerc --recursive '*.cpp,*.h' --exclude=build --exclude=libs && 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:
|
|
|
|
- libgit2-dev
|
|
|
|
- libquazip5-dev
|
2025-01-30 16:25:29 +01:00
|
|
|
- libjson-c-dev
|
2025-01-28 12:45:31 +01:00
|
|
|
|
|
|
|
libraries:
|
2025-02-03 17:48:30 +01:00
|
|
|
botan:
|
|
|
|
builder: custom
|
|
|
|
make_jobs: 2
|
|
|
|
dependencies_host:
|
|
|
|
- python
|
|
|
|
prebuild:
|
|
|
|
- $SRC_DIR/configure.py --cpu $ARCH --prefix $INSTALL_DIR --with-build-dir $BUILD_DIR
|
|
|
|
build:
|
|
|
|
- make
|
|
|
|
- make install
|
2025-01-28 12:45:31 +01:00
|
|
|
rnp:
|
|
|
|
builder: cmake
|
|
|
|
make_jobs: 2
|
|
|
|
dependencies_target:
|
|
|
|
- libbz2-dev
|
|
|
|
- zlib1g-dev
|
|
|
|
- libjson-c-dev
|
2025-02-03 18:45:25 +01:00
|
|
|
build_args: -DBUILD_TESTING=off -DCRYPTO_BACKEND=botan
|
2025-02-03 17:48:30 +01:00
|
|
|
|
2025-01-07 14:41:48 +01:00
|
|
|
|
|
|
|
install_lib:
|
2025-01-07 20:55:30 +01:00
|
|
|
- "libgit2.so*"
|
|
|
|
- "libmbedtls.so*"
|
|
|
|
- "libmbedx509.so*"
|
|
|
|
- "libmbedcrypto.so*"
|
|
|
|
- "libhttp_parser.so*"
|
|
|
|
- "libssh2.so*"
|
2025-01-28 12:45:31 +01:00
|
|
|
- "libquazip5.so*"
|
2025-01-07 14:41:48 +01:00
|
|
|
|