From eb06ea75ce250ab816278a29792d1c28ee90f592 Mon Sep 17 00:00:00 2001 From: Leo Arias Date: Tue, 13 Feb 2018 01:18:01 +0000 Subject: [PATCH] Add the packaging metadata to build the caiuse snap --- snap/snapcraft.yaml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 snap/snapcraft.yaml diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml new file mode 100644 index 0000000..76a6c0a --- /dev/null +++ b/snap/snapcraft.yaml @@ -0,0 +1,18 @@ +name: caniuse +version: git +summary: Caniuse command line tool +description: | + Just what you've always wanted, it's a caniuse command line tool! All the power of caniuse.com with none of the nice UI or interactivity! + +grade: stable +confinement: strict + +apps: + caniuse: + command: caniuse + plugs: [network] + +parts: + caniuse: + source: . + plugin: nodejs