aboutsummarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 9348a8b335af4e7d77389abf29e6e575f0f510da (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Generated by debtap
# Maintainer: Milo Gilad <myl0gcontact@gmail.com>
pkgname=bitwarden
pkgver=0.0.6
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' 'atk' 'cairo' 'dbus' 'electron' 'expat' 'fontconfig' 'freetype2' 'gconf' 'gdk-pixbuf2' 'glib2' 'gtk2' 'libcups' 'libnotify' 'libsecret' 'libx11' 'libxcb' 'libxcomposite' 'libxcursor' 'libxdamage' 'libxext' 'libxfixes' 'libxi' 'libxrandr' 'libxrender' 'libxss' 'libxtst' 'nspr' 'nss' 'pango')
options=('!strip' '!emptydirs')
install=${pkgname}.install
source_x86_64=("https://github.com/bitwarden/desktop/releases/download/v${pkgver}/bitwarden_${pkgver}_amd64.deb")
sha512sums_x86_64=('b53a3cff285efb98e9c0ce3a774b95229a3bc92d9d5ca287be3585d39c8ae5bddb5cb0d595008aa067451bf6611da4ec432b8b3979aa4e34e76ddc845f7db447')

package(){

	# Extract package data
	tar xf data.tar.xz -C "${pkgdir}"
}