From df28e20729aed34a5c5f8fbb87f367704da3545c Mon Sep 17 00:00:00 2001 From: "Patrick T. Magill" Date: Thu, 6 Jun 2019 22:15:21 +0100 Subject: [PATCH] added snapcraft yaml --- snap/snapcraft.yaml | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 snap/snapcraft.yaml diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml new file mode 100644 index 0000000..2abd57d --- /dev/null +++ b/snap/snapcraft.yaml @@ -0,0 +1,23 @@ +name: peerflix +base: core18 +version: git +summary: Streaming torrent client for Node.js +description: | + Peerflix can be used with a magnet link or a torrent file to stream music or video. + +grade: devel +confinement: strict + +parts: + peerflix: + plugin: nodejs + source: . + +apps: + peerflix: + command: peerflix + plugs: + - home + - network + - network-bind + - network-observe