name: cloudprint
version: 1 # the version of the snap
summary: Google cloudprint proxy
description: Google cloudprint proxy from armooo@github
confinement: devmode # use "strict" to enforce system access only via declared interfaces
apps:
cloudprint:
command: usr/bin/cloudprint
plugs:
- cups-control
- network
- network-bind
parts:
cloudprint: # Replace with a part name of your liking
plugin: python2
source: https://github.com/armooo/cloudprint.git
source-type: git
source-branch: master
stage-packages:
- libcups2-dev