From 84720c5079c770d22a009652631eb17b75750cc2 Mon Sep 17 00:00:00 2001 From: Alan Pope Date: Thu, 25 Jan 2018 15:08:16 +0000 Subject: [PATCH] Add snapcraft support --- 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..ed8725b --- /dev/null +++ b/snap/snapcraft.yaml @@ -0,0 +1,23 @@ +name: wethr +version: git +summary: Command line weather tool. +description: | + Get current weather:- + $ wethr + Get current weather in metric units + $ wethr --metric + Get current weather in imperial units + $ wethr --imperial +grade: stable +confinement: strict + +apps: + wethr: + command: wethr + plugs: + - network + +parts: + wethr: + plugin: nodejs + source: .