mirror of
https://github.com/QRouland/UTPass.git
synced 2026-01-10 19:36:57 +00:00
Update build : use prebuild binaries + Add libgit2
This commit is contained in:
@@ -1,23 +1,28 @@
|
||||
clickable_minimum_required: 7
|
||||
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
|
||||
libraries:
|
||||
gpg:
|
||||
builder: cmake
|
||||
make_jobs: 4
|
||||
dependencies_host:
|
||||
- texinfo
|
||||
- gpgsm
|
||||
- bison
|
||||
quazip:
|
||||
builder: cmake
|
||||
make_jobs: 4
|
||||
libgit2:
|
||||
builder: cmake
|
||||
make_jobs: 4
|
||||
build_args: '-DBUILD_SHARED_LIBS=OFF'
|
||||
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.7"
|
||||
- "libgit2.so"
|
||||
- "libquazip5.so"
|
||||
|
||||
install_bin:
|
||||
- "gpg"
|
||||
|
||||
Reference in New Issue
Block a user