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
nexedi
chromebrew
Commits
0d9dc9e2
Commit
0d9dc9e2
authored
May 04, 2018
by
Chris Thurber
Committed by
GitHub
May 04, 2018
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #2320 from uberhacker/add-axel-package
Add axel package
parents
067a5e71
a54704f6
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
31 additions
and
0 deletions
+31
-0
packages/axel.rb
packages/axel.rb
+31
-0
No files found.
packages/axel.rb
0 → 100644
View file @
0d9dc9e2
require
'package'
class
Axel
<
Package
description
'Light command line download accelerator for Linux and Unix'
homepage
'https://github.com/axel-download-accelerator/axel'
version
'2.16.1'
source_url
'https://github.com/axel-download-accelerator/axel/releases/download/v2.16.1/axel-2.16.1.tar.xz'
source_sha256
'd34094eb63eaebc989f96eabdda091dcfb28e840bb8d274a5f216775941f59e4'
binary_url
({
aarch64:
'https://dl.bintray.com/chromebrew/chromebrew/axel-2.16.1-chromeos-armv7l.tar.xz'
,
armv7l:
'https://dl.bintray.com/chromebrew/chromebrew/axel-2.16.1-chromeos-armv7l.tar.xz'
,
i686:
'https://dl.bintray.com/chromebrew/chromebrew/axel-2.16.1-chromeos-i686.tar.xz'
,
x86_64:
'https://dl.bintray.com/chromebrew/chromebrew/axel-2.16.1-chromeos-x86_64.tar.xz'
,
})
binary_sha256
({
aarch64:
'823600341cf335d42a3e23465d693925e1b03af01aa974f52e3ca66659c0e91b'
,
armv7l:
'823600341cf335d42a3e23465d693925e1b03af01aa974f52e3ca66659c0e91b'
,
i686:
'2f3807501995381c3c60beff7eb30bc007337a7f28fc0fd244aea9a3a046fc72'
,
x86_64:
'842d5fee9613e55a6efc696739814a623d77b16494d2bf7c6d473aa5b686530c'
,
})
def
self
.
build
system
"./configure --prefix=
#{
CREW_PREFIX
}
"
system
'make'
end
def
self
.
install
system
"make"
,
"DESTDIR=
#{
CREW_DEST_DIR
}
"
,
"install"
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