Skip to content

Instantly share code, notes, and snippets.

@nloomans
Last active August 18, 2016 18:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nloomans/5d87feb430901a0d1130be9d32bffd9f to your computer and use it in GitHub Desktop.
Save nloomans/5d87feb430901a0d1130be9d32bffd9f to your computer and use it in GitHub Desktop.
name: webtorrent-desktop
version: 0.10.0
summary: Streaming torrent client
description: >
Whether it's video from the Internet Archive, music from Creative Commons,
or audiobooks from Librivox, you can play it right away.
You don't have to wait for it to finish downloading
confinement: devmode
apps:
webtorrent-desktop:
command: WebTorrent
plugs: [unity7, opengl, network]
parts:
webtorrent-desktop:
source: ./src
plugin: dump
stage-packages:
- overlay-scrollbar
- libgail-common
- libatk-adaptor
- unity-gtk-module-common
- libcanberra-gtk-module
@chadmiller
Copy link

apps:
  webtorrent-desktop:
    command: desktop-launch $SNAP/WebTorrent

parts:
  webtorrent-desktop:
    after: [  desktop/gtk2 ]

http://snapcraft.io/docs/reference/snapcraft

https://parts.snapcraft.io/v1/parts.yaml

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment