1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19 | name: rokuterm
version: 0.1.1
summary: A Roku remote for terminal
description: Control your Roku box in your terminal
confinement: strict
apps:
rokuterm:
command: rokuterm.py
parts:
cliftonts:
plugin: python
python-version: python2
source: https://github.com/cliftonts/RokuTerm.git
install: |
mkdir -p $SNAPCRAFT_PART_INSTALL/bin
cp rokuterm.py $SNAPCRAFT_PART_INSTALL/bin/
chmod a+x $SNAPCRAFT_PART_INSTALL/bin/rokuterm.py
|