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

Subscribers

People subscribed via source and target branches