Update snapcraft.yaml

This commit is contained in:
Michel Promonet 2019-03-29 22:58:48 +01:00 committed by GitHub
parent 9f8c6468e0
commit 8d7ac157ab
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,13 +12,13 @@
confinement: devmode # use 'strict' once you have the right plugs and slots
parts:
plugin: cmake
source: https://github.com/mpromonet/v4l2rtspserver
source-type: git
install: |
cmake .
make
cpack
mkdir -p $SNAPCRAFT_PART_INSTALL/bin/
cp *.deb $SNAPCRAFT_PART_INSTALL/bin/
build:
plugin: cmake
source: https://github.com/mpromonet/v4l2rtspserver
source-type: git
install: |
cmake .
make
cpack