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

pkgname=leapp-bin
_pkgname=leapp
pkgver=0.18.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=('6e5b597781ec7d2a101bb7edf9636af932ec6444dda63a5d540a888c547fc25cc23228201e9809d2243335987cbc8b164d54415bd757dfad0c68f09a5685de7f')

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