1
0
mirror of https://github.com/QRouland/UTPass.git synced 2025-02-11 06:57:15 +00:00
UTPass/clickable.yaml

45 lines
947 B
YAML
Raw Normal View History

clickable_minimum_required: 8
builder: cmake
kill: UTPass
scripts:
style: >-
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
dependencies_target:
- libgit2-dev
- libquazip5-dev
- 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
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*"