# Maintainer: He Qing pkgname=leapp-bin _pkgname=leapp pkgver=0.8.1 _pkgdate=20220112 pkgrel=1 pkgdesc="Leapp is a Desktop DevTool that handles the management and security of your cloud credentials for you, converted from .deb package" arch=("x86_64") url="https://www.leapp.cloud/" license=('custom') depends=('gtk3' 'libxss' 'libnotify' 'nss' 'libxss' 'libxtst' 'xdg-utils' 'util-linux-libs' 'libsecret' 'at-spi2-core') provides=("$_pkgname") source=( "Leapp_${pkgver}_amd64.deb::https://asset.noovolari.com/latest/Leapp_${pkgver}_amd64.deb" ) sha512sums=('d3a35f4483279ed454c178491daafd89eb5dae7dfe318d35986ee24792a242b2f90d984348631c3c645939f0893cddc004d5d96449c888e7cfaf610fea6ca930') package() { cd ${srcdir} tar -xvf data.tar.xz -C "${pkgdir}" }