use binary snap instead

This commit is contained in:
Kyle Spearrin 2018-05-24 23:43:50 -04:00
parent 0a0cab1d01
commit e65f9230bf
1 changed files with 8 additions and 7 deletions

View File

@ -1,14 +1,15 @@
name: bitwarden-cli name: bitwarden-cli
version: "1.0.0" version: "1.0.0"
summary: A secure and free password manager for all of your devices. summary: Bitwarden CLI
description: A secure and free password manager for all of your devices. description: A secure and free password manager for all of your devices.
confinement: devmode confinement: strict
apps: apps:
bitwarden-cli: bw:
command: bw command: bw
plugs: [network, home, x11] plugs: [network, home, x11]
parts: parts:
bitwarden-cli: bw:
plugin: nodejs plugin: dump
node-engine: 9.7.1 source: https://github.com/bitwarden/cli/releases/download/v$SNAPCRAFT_PROJECT_VERSION/bw-linux-$SNAPCRAFT_PROJECT_VERSION.zip
source: ../.. prepare: |
chmod +x bw