summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 9b2cc7b9fefaa969c0c53d93cccf2c71715dce43 (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.9.0
_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')
provides=("$_pkgname")
source=(
    "Leapp_${pkgver}_amd64.deb::https://asset.noovolari.com/latest/Leapp_${pkgver}_amd64.deb"
)
sha512sums=('b4d80713d7d1a08cac7a030556a20562e666475f93f1e057e99a9d9c2ed59e09657cf19fba5bbc11929a798d34e193adf7f6178f8c166b32010268d901bbff53')

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