Update snapcraft.yaml

pull/152/head
Michel Promonet 6 years ago committed by GitHub
parent 9f8c6468e0
commit 8d7ac157ab
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save