Merge PR236

closes #234
This commit is contained in:
Brian Warner 2017-07-31 12:27:25 -07:00
commit da9f2504d9

View File

@ -24,6 +24,7 @@ apps:
parts:
magic-wormhole:
source: .
source-type: git
plugin: python
build-packages:
- gcc
@ -31,3 +32,7 @@ parts:
- libsodium-dev
- libssl-dev
- make
prepare: |
# FIXME make sure that the build dir has all the files from the repo,
# so the version is not tagged as dirty. --elopio - 20170730
cp ../src/snapcraft.yaml .