Ubuntu Pastebin

Paste from kyrofa at Wed, 4 Jan 2017 21:56:35 +0000

Download as text
 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
Download as text