1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 | 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: bin/rokuterm parts: cliftonts: plugin: python source: https://github.com/cliftonts/RokuTerm.git source-type: git build-packages: [gcc, libc6-dev] rokuterm: plugin: dump source: . organize: rokuterm.py: bin/rokuterm |