package for snap store

This commit is contained in:
Kyle Spearrin 2018-05-24 20:37:40 -04:00
parent d03e80c669
commit ba36345daa
1 changed files with 14 additions and 0 deletions

14
stores/snap/snapcraft.yml Normal file
View File

@ -0,0 +1,14 @@
name: bitwarden-cli
version: "1.0.0"
summary: A secure and free password manager for all of your devices.
description: A secure and free password manager for all of your devices.
confinement: strict
apps:
bw:
command: bin/bw
plugs: [network, home, x11]
parts:
bw:
plugin: nodejs
node-packages:
- "@bitwarden/cli"