aboutsummarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 58e43bf4872688e9ff1c48c6d6e1038b78411b8b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# Maintainer: William Penton <william@nexxuz.co>

pkgname=gitkraken-cli
pkgver=3.0.1
pkgrel=2
pkgdesc="The intuitive, fast, and beautiful cross-platform Git client."
url="https://www.gitkraken.com/"
provides=('gitkraken')
arch=('x86_64')
license=('custom')
optdepends=('git-lfs: git-lfs support'
            'org.freedesktop.secrets: Provides ways to store passwords and encryption keys')
makedepends=()
backup=()
install=''
source=(
    "${pkgname}-${pkgver}.zip::https://github.com/gitkraken/gk-cli/releases/download/v${pkgver}/gk_${pkgver}_linux_amd64.zip"
)
sha256sums=('0bdaf5985b2aec3d9b8d3ff2424d740284f6cf9758556f760e5460dd280635bf')

package() {
    install -d "$pkgdir"/usr/local/bin
    cp -R "$srcdir"/gk_"$pkgver"_linux_amd64/gk "$pkgdir"/usr/local/bin/
}