summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: cb000f6129a98c616dba80d150607b3d41116ae0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Maintainer: He Qing <qing@he.email>

pkgname=leapp-bin
_pkgname=leapp
pkgver=0.24.6
_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=('a11d8a598b877a0efd6d0dea5225e6c3a5acdf82f408516a0a1963d82144b46af593cc0b95094348ba0276f13b59d8127ee81ab5c6caa286293564e9ca4bc2ee')

package() {
    cd ${srcdir}
    tar -xvf data.tar.xz -C "${pkgdir}"
}