summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: ade444070589f66cc513d1fa168b7cc2f3cb93f7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Contributor: Stephen Brown II <Stephen [dot] Brown2 [at] gmail.com>
pkgname=bitwarden-cli
pkgver=1.1.0
pkgrel=1
pkgdesc="The command line vault (Windows, macOS, & Linux). bitwarden.com"
arch=('x86_64')
url="https://bitwarden.com"
license=('GPL3')
options=('!strip')
source_x86_64=("https://github.com/bitwarden/cli/releases/download/v${pkgver}/bw-linux-${pkgver}.zip")
sha256sums_x86_64=('86a58dc02596c98a6b4f1f9faace2f20de270154b3f2de7320569a49ac273be7')

package(){
  install -D "${srcdir}/bw" "${pkgdir}/usr/bin/bw"
}