feat: add gitkraken
This commit is contained in:
parent
e0d1c76b62
commit
99eabe1b0b
2 changed files with 37 additions and 0 deletions
2
dev-vcs/gitkraken/Manifest
Normal file
2
dev-vcs/gitkraken/Manifest
Normal file
|
@ -0,0 +1,2 @@
|
|||
DIST GitKraken-v7.4.1.deb 80346530 BLAKE2B ac3c1f97a2756eff5cfdd4e4739e15a5f99211c8ba421b6e48e40ae667fa3959420e3caa3daeead99fa0e73a325286789770cad9ed45af74bcd464d216372042 SHA512 dbff0db49289ee537ab1c7e603ef242e65b89b887b1b140d0ee9a8ba2c6f2f25d554ed47c4e8bdc96bee069939f209842ee43c006109b50f9347964a24cc5c4f
|
||||
EBUILD gitkraken-7.4.1.ebuild 569 BLAKE2B fa0244b82c1696bd5f2cb9e05df444676bd78c19a014c43580434ea4a477ada79095291fecd3bd200720656f2ecfc65b363df77fc8c6349b16d6fe079f36f0b4 SHA512 28f560bf443f5e4bf501718a3917cf521e212fa823afcf05d0253abbeb63000615f0daa3ff374dd159eaab3deada0a195548acb3366b5ed76cd42411c52dcb54
|
35
dev-vcs/gitkraken/gitkraken-7.4.1.ebuild
Normal file
35
dev-vcs/gitkraken/gitkraken-7.4.1.ebuild
Normal file
|
@ -0,0 +1,35 @@
|
|||
|
||||
# Copyright 1999-2018 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Id$
|
||||
|
||||
EAPI=6
|
||||
|
||||
inherit eutils
|
||||
DESCRIPTION="cross-platform Git client"
|
||||
HOMEPAGE="https://www.gitkraken.com"
|
||||
SRC_URI="https://release.axocdn.com/linux/GitKraken-v${PV}.deb"
|
||||
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64"
|
||||
IUSE=""
|
||||
RESTRICT="strip"
|
||||
S="${WORKDIR}"
|
||||
|
||||
RDEPEND="net-print/cups"
|
||||
|
||||
#TODO: ???
|
||||
LICENSE="EULA"
|
||||
|
||||
src_prepare() {
|
||||
unpack ./control.tar.gz
|
||||
unpack ./data.tar.xz
|
||||
|
||||
default
|
||||
}
|
||||
|
||||
src_install() {
|
||||
doins -r usr
|
||||
|
||||
fperms 755 /usr/share/gitkraken/gitkraken
|
||||
}
|
Loading…
Add table
Reference in a new issue