aboutsummarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 71c4a365c5cc381770968a482d46e7c236087622 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# Generated by debtap
# Maintainer: Milo Gilad <myl0gcontact@gmail.com>
pkgname=bitwarden
pkgver=0.0.5
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=('8ba003dcc8fd28aeee7d37981cd5e60b6dd8df05fb8005114e60bc12c3e10d1ef209dcaefa76005de56049e0d7a023c1db8bfcf660239732f6a42c6df2578193')

package(){

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

	install -D -m644 "/opt/Bitwarden/LICENSES.chromium.html" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"

}