# Maintainer: daniel666 # Contributor: Davide Depau # Contributor: liberodark pkgname=keeper-password-manager pkgver=15.1.1 pkgrel=1 pkgdesc="Keeper is the world's #1 most downloaded password keeper and secure digital vault for protecting and managing your passwords and other secret information." arch=('x86_64') url="https://keepersecurity.com" license=('Custom') depends=('libsecret' 'nss' 'libxss' 'gtk3') source=("https://keepersecurity.com/desktop_electron/Linux/repo/deb/keeperpasswordmanager_${pkgver}_amd64.deb" 'LICENSE') sha512sums=('1aa516fadf054144faea10d389b0392c1eecc1d48300d4ec48ad395bb01e2f32d7548c6393e377fb9aefdb4331aa0357b4d1f0a658bc93ed257a055576d2e186' '9bd161a552aba146ee89ab930b8a444442d3cb4bba8cf5e94d1a04bfe2c99fae8372d0d04d5b01fe489578429e9fd020cb567e005b1a267fcb51a0bc4cb2f7b2') package() { bsdtar -xf "$srcdir"/data.tar.xz -C "$pkgdir" echo "Setting needed '4755' mode to file: chrome-sandbox." chmod 4755 "$pkgdir"/usr/lib/keeperpasswordmanager/chrome-sandbox install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE install -Dm644 "$pkgdir"/usr/lib/keeperpasswordmanager/LICENSES.chromium.html "$pkgdir"/usr/share/licenses/chromium/LICENSES.chromium.html }