Update snapcraft.yaml

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

@ -12,7 +12,13 @@
confinement: devmode # use 'strict' once you have the right plugs and slots
parts:
my-part:
# See 'snapcraft plugins'
plugin: nil
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/

Loading…
Cancel
Save