1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 | name: ouimeaux-server
version: 1.3
architectures:
- armhf
vendor: Brian Murray <brian@ubuntu.com>
summary: WeMo device controller
description: Web server to control Belkin WeMo devices
icon: icon.png
# services:
# ouimeaux-server:
# start: bin/wemo server
parts:
ouimeaux:
plugin: python2
source: https://github.com/iancmcc/ouimeaux.git
source-type: git
stage-packages:
- python-flask
- python-dev
- python-pkg-resources
|