summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: b57122850ecc1519073a1b3042ba30dc125cb555 (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.5
_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=('002b19d419339fa4c2043da705cc194eb2dcae2ec14a5b8a3089dc549557b7057fc9ef2ae60afde4a512e8979cbf8cbbb8116638599e1d67a55b2cc1b0ec1ad8')

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