Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
chromebrew
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Łukasz Nowak
chromebrew
Commits
b1b1cbaf
Commit
b1b1cbaf
authored
Apr 21, 2020
by
Ed Reel
Committed by
GitHub
Apr 21, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add gitkraken package (#4027)
parent
1cd71593
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
30 additions
and
0 deletions
+30
-0
packages/gitkraken.rb
packages/gitkraken.rb
+30
-0
No files found.
packages/gitkraken.rb
0 → 100644
View file @
b1b1cbaf
require
'package'
class
Gitkraken
<
Package
description
'The legendary Git GUI for Windows, Mac and Linux'
homepage
'https://www.gitkraken.com/git-client'
version
'6.5.4'
case
ARCH
when
'x86_64'
source_url
'https://release.gitkraken.com/linux/gitkraken-amd64.tar.gz'
source_sha256
'9b885d9668379693dc69ce589b3c7c4788695d03fea91f35433bfd3d29591d89'
end
binary_url
({
x86_64:
'https://dl.bintray.com/chromebrew/chromebrew/gitkraken-6.5.4-chromeos-x86_64.tar.xz'
,
})
binary_sha256
({
x86_64:
'71213a6e8a542787c455e2480a78ba7463be1573263bdfcef8fc499b61355b4a'
,
})
depends_on
'gtk3'
depends_on
'libgit2'
depends_on
'sommelier'
def
self
.
install
FileUtils
.
mkdir_p
"
#{
CREW_DEST_PREFIX
}
/bin"
FileUtils
.
mkdir_p
"
#{
CREW_DEST_PREFIX
}
/share"
FileUtils
.
mv
Dir
.
pwd
,
"
#{
CREW_DEST_PREFIX
}
/share"
FileUtils
.
ln_s
"
#{
CREW_PREFIX
}
/share/gitkraken/gitkraken"
,
"
#{
CREW_DEST_PREFIX
}
/bin/gitkraken"
end
end
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment