# Maintainer: He Qing pkgname=leapp-bin _pkgname=leapp pkgver=0.14.0 _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' 'aws-session-manager-plugin') provides=("$_pkgname") source=( "Leapp_${pkgver}_amd64.deb::https://asset.noovolari.com/${pkgver}/Leapp_${pkgver}_amd64.deb" ) sha512sums=('ced36a7b23ddff659e6c4a6add5331e03351200627d0c7de959fb711c22a53ed61a51616ecfbc6a3557fc83864a336b8a5ee3d3ae12e55e5c1308ef6ec8c67cd') package() { cd ${srcdir} tar -xvf data.tar.xz -C "${pkgdir}" }