Merge lp:~thomas-voss/trust-store/snapcraft into lp:trust-store

Proposed by Thomas Voß
Status: Needs review
Proposed branch: lp:~thomas-voss/trust-store/snapcraft
Merge into: lp:trust-store
Diff against target: 52 lines (+48/-0)
1 file modified
snapcraft.yaml (+48/-0)
To merge this branch: bzr merge lp:~thomas-voss/trust-store/snapcraft
Reviewer Review Type Date Requested Status
Ubuntu Phablet Team Pending
Review via email: mp+301938@code.launchpad.net

Commit message

Add initial snapcraft setup.

Description of the change

Add initial snapcraft setup.

To post a comment you must log in.
Revision history for this message
Simon Fels (morphis) wrote :

Comments in line.

Unmerged revisions

162. By Thomas Voß

Add initial snapcraft setup.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== added file 'snapcraft.yaml'
--- snapcraft.yaml 1970-01-01 00:00:00 +0000
+++ snapcraft.yaml 2016-08-03 17:49:25 +0000
@@ -0,0 +1,48 @@
1name: trust-stored
2version: 2.0.0
3summary: trust-stored persists trust requests.
4description: biometryd mediates/multiplexes access to biometric devices
5 Provides a common implementation of a trust store to be used by trusted
6 helpers.
7
8apps:
9 skeleton:
10 command: bin/trust-stored-skeleton
11
12parts:
13 trust-store:
14 plugin: cmake
15 configflags:
16 - -DCMAKE_VERBOSE_MAKEFILE=ON
17 source: .
18 build-packages:
19 - build-essential
20 - cmake
21 - debhelper
22 - doxygen
23 - google-mock
24 - graphviz
25 - libapparmor-dev
26 - libboost-filesystem-dev
27 - libboost-program-options-dev
28 - libboost-system-dev
29 - libboost-test-dev
30 - libdbus-cpp-dev
31 - libdbus-1-dev
32 - libgflags-dev
33 - libglib2.0-dev
34 - libgoogle-glog-dev
35 - libgtest-dev
36 - libjson-c-dev
37 - libmirclient-dev
38 - libprocess-cpp-dev
39 - libsqlite3-dev
40 - lsb-release
41 - pkg-config
42 - qt5-default
43 - qtbase5-dev
44 - qtdeclarative5-dev
45 snap:
46 - bin/trust-stored-skeleton
47 - lib/
48 - lib/lib*

Subscribers

People subscribed via source and target branches