# Generated by debtap # Maintainer: Milo Gilad pkgname=bitwarden-bin pkgver=1.15.2 pkgrel=2 pkgdesc="A secure and free password manager for all of your devices." arch=('x86_64') url="https://bitwarden.com" license=('GPL') groups=('') depends=('alsa-lib' 'gconf' 'gtk2' 'libnotify' 'libsecret' 'libxss' 'libxtst' 'nspr' 'nss') conflicts=('bitwarden') provides=('bitwarden') options=('!strip' '!emptydirs') source=("https://github.com/bitwarden/desktop/releases/download/v${pkgver}/Bitwarden-${pkgver}-amd64.deb") package(){ # Extract package data tar xf data.tar.xz -C "${pkgdir}" # Symlink install -d "${pkgdir}/usr/bin" ln -s "/opt/Bitwarden/bitwarden" "${pkgdir}/usr/bin/bitwarden" chown root:root $pkgdir/opt/Bitwarden/chrome-sandbox chmod 4755 $pkgdir/opt/Bitwarden/chrome-sandbox } md5sums=('434f2f346feb0b532f9e3e647ffcc76e')