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
2b91b491
Commit
2b91b491
authored
May 14, 2018
by
Chris Thurber
Committed by
GitHub
May 14, 2018
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #2355 from uberhacker/add-shmux-package
Add shmux package
parents
4068afb3
dde42c2d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
33 additions
and
0 deletions
+33
-0
packages/shmux.rb
packages/shmux.rb
+33
-0
No files found.
packages/shmux.rb
0 → 100644
View file @
2b91b491
require
'package'
class
Shmux
<
Package
description
'shell multiplexor'
homepage
'https://github.com/shmux/shmux'
version
'1.0.2'
source_url
'https://github.com/shmux/shmux/archive/v1.0.2.tar.gz'
source_sha256
'4b84dc3e0d72d054ed4730d130a509f43441fb61561c11a444d6ee65cbff9c04'
binary_url
({
aarch64:
'https://dl.bintray.com/chromebrew/chromebrew/shmux-1.0.2-chromeos-armv7l.tar.xz'
,
armv7l:
'https://dl.bintray.com/chromebrew/chromebrew/shmux-1.0.2-chromeos-armv7l.tar.xz'
,
i686:
'https://dl.bintray.com/chromebrew/chromebrew/shmux-1.0.2-chromeos-i686.tar.xz'
,
x86_64:
'https://dl.bintray.com/chromebrew/chromebrew/shmux-1.0.2-chromeos-x86_64.tar.xz'
,
})
binary_sha256
({
aarch64:
'a8e89a4d6d087c646c5a0050fb09527a15b655838277fda2bcfd4ed37a1c10c5'
,
armv7l:
'a8e89a4d6d087c646c5a0050fb09527a15b655838277fda2bcfd4ed37a1c10c5'
,
i686:
'9ae22a86f07497589e2414eee3a8bead32868bef93b4fdd619245c807e9baa82'
,
x86_64:
'b29380a06c522510e36119614187713594a03c39d280b16015a42af336bc126a'
,
})
depends_on
'pcre'
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