# Maintainer: He Qing pkgname=leapp-bin _pkgname=leapp pkgver=0.12.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/latest/Leapp_${pkgver}_amd64.deb" ) sha512sums=('041283f9e4b0f514202ee0e68975aa798afebc655a75793480b8078b644064b7c320b5f62c5049e53b01edf8bf8a9b1718c68cf4cce6236c9ae74b325748b9bd') package() { cd ${srcdir} tar -xvf data.tar.xz -C "${pkgdir}" }