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