summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 6328752f9433fb35dd210613d65776ade56b5e00 (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.4
_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=('f2c61acf4f0d55c285715d62e2b9351a7545a876808553ef33a136d627c6dbf39116e44447d1dff00f417c385f5a62e6eeaf8129327592123e9ab127a5938023')

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