summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 13da7686ce178709d9669e2cf3b5a3107e425a3b (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
25
26
27
28
29
# Maintainer: Tim Kleinschmidt <tim.kleinschmidt@gmail.com>

pkgname=gitkraken
pkgrel=1
pkgver=0.2.13
pkgdesc="The intuitive, fast, and beautiful cross-platform Git client."
url="http://www.gitkraken.com/"
provides=('gitkraken')
arch=('x86_64')
license=('custom')
depends=('gtk2' 'nss' 'libnotify' 'libxtst' 'libgnome-keyring' 'gconf' 'alsa-lib')
makedepends=()
backup=()
install=''
source=("https://release.gitkraken.com/linux/gitkraken-amd64.tar.gz")
md5sums=('eaf341d5dc59856158905c28eb858dfc')

package() {
	install -d "$pkgdir"/opt
	cp -R "$srcdir"/GitKraken "$pkgdir"/opt/gitkraken

	find "$pkgdir"/opt/gitkraken/ -type f -exec chmod 644 {} \;
	chmod 755 "$pkgdir"/opt/gitkraken/gitkraken

	install -d "$pkgdir"/usr/bin
	ln -s ../../opt/gitkraken/gitkraken "$pkgdir"/usr/bin/gitkraken

	install -Dm644 "$srcdir"/GitKraken/LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
}