summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 115167c32c31af1e1d4f4e1def85fc69b0ba1f3f (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.17.7
_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=('2414ac2b45577acf53134bcbfc83e36f163e57ee120e1fd3b528cf5e6d085aa4c273a8c98da840741108a2abe6241d9571ad6ddb0dba0e4394eb3c4fe6933a76')

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