2018-05-25 14:42:42 +02:00
|
|
|
name: bw
|
2018-05-25 20:51:30 +02:00
|
|
|
version: __version__
|
2018-05-25 05:43:50 +02:00
|
|
|
summary: Bitwarden CLI
|
2018-05-25 02:37:40 +02:00
|
|
|
description: A secure and free password manager for all of your devices.
|
2018-05-25 05:43:50 +02:00
|
|
|
confinement: strict
|
2018-05-25 02:37:40 +02:00
|
|
|
apps:
|
2018-05-25 05:43:50 +02:00
|
|
|
bw:
|
2018-05-25 03:38:48 +02:00
|
|
|
command: bw
|
2020-09-23 18:33:12 +02:00
|
|
|
plugs: [network, home, network-bind]
|
2018-05-25 02:37:40 +02:00
|
|
|
parts:
|
2018-05-25 05:43:50 +02:00
|
|
|
bw:
|
|
|
|
plugin: dump
|
|
|
|
source: https://github.com/bitwarden/cli/releases/download/v$SNAPCRAFT_PROJECT_VERSION/bw-linux-$SNAPCRAFT_PROJECT_VERSION.zip
|
|
|
|
prepare: |
|
2018-05-25 20:51:30 +02:00
|
|
|
chmod +x bw
|