aboutsummarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 29045c0d62efcadcd9d0dd87005b95b2416fc479 (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.7
pkgrel=1
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=('3e44a0b1e6edd2f3a052df3474cca37cb82d961bee67e0fcdede23ac8a6cb96a4c0a0e3ea9eeb1ab0626cee0a970598baae031d2aa7d5c6d507794c2fa99603e')

package(){

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