We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7783c7e commit 0198b58Copy full SHA for 0198b58
1 file changed
snap/snapcraft.yaml
@@ -25,22 +25,24 @@ parts:
25
- usr/lib/${CRAFT_ARCH_TRIPLET_BUILD_FOR}/libsqlcipher.so*
26
27
cpr:
28
- source: https://github.com/libcpr/cpr
+ source: https://github.com/nlogozzo/cpr
29
source-commit: '93a325cd5496c79d1783c22041985fe5d27ac965'
30
- plugin: cmake
31
source-depth: 1
+ plugin: cmake
32
cmake-parameters:
33
- -DCMAKE_BUILD_TYPE=Release
34
+ - -DCPR_BUILD_TESTS=OFF
35
- -DCPR_USE_SYSTEM_CURL=ON
36
+ - -DCPR_ENABLE_SSL=ON
37
build-environment:
38
- CPLUS_INCLUDE_PATH: ${CRAFT_STAGE}/include
39
override-prime: ''
40
41
maddy:
42
source: https://github.com/progsource/maddy.git
43
source-tag: '1.5.0'
- plugin: dump
44
45
+ plugin: dump
46
47
48
libnick:
0 commit comments