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
Guillaume Hervier
chromebrew
Commits
8a10bbba
Commit
8a10bbba
authored
Apr 30, 2018
by
Chris Thurber
Committed by
GitHub
Apr 30, 2018
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #2295 from uberhacker/update-multitail-package
Update multitail from 6.4.2-0 to 6.4.2-1
parents
1d7de458
224ef1f9
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
23 additions
and
1 deletion
+23
-1
packages/multitail.rb
packages/multitail.rb
+23
-1
No files found.
packages/multitail.rb
View file @
8a10bbba
...
@@ -3,10 +3,23 @@ require 'package'
...
@@ -3,10 +3,23 @@ require 'package'
class
Multitail
<
Package
class
Multitail
<
Package
description
'MultiTail allows you to monitor logfiles and command output in multiple windows in a terminal, colorize, filter and merge.'
description
'MultiTail allows you to monitor logfiles and command output in multiple windows in a terminal, colorize, filter and merge.'
homepage
'https://www.vanheusden.com/multitail/'
homepage
'https://www.vanheusden.com/multitail/'
version
'6.4.2-
0
'
version
'6.4.2-
1
'
source_url
'https://www.vanheusden.com/multitail/multitail-6.4.2.tgz'
source_url
'https://www.vanheusden.com/multitail/multitail-6.4.2.tgz'
source_sha256
'af1d5458a78ad3b747c5eeb135b19bdca281ce414cefdc6ea0cff6d913caa1fd'
source_sha256
'af1d5458a78ad3b747c5eeb135b19bdca281ce414cefdc6ea0cff6d913caa1fd'
binary_url
({
aarch64:
'https://dl.bintray.com/chromebrew/chromebrew/multitail-6.4.2-1-chromeos-armv7l.tar.xz'
,
armv7l:
'https://dl.bintray.com/chromebrew/chromebrew/multitail-6.4.2-1-chromeos-armv7l.tar.xz'
,
i686:
'https://dl.bintray.com/chromebrew/chromebrew/multitail-6.4.2-1-chromeos-i686.tar.xz'
,
x86_64:
'https://dl.bintray.com/chromebrew/chromebrew/multitail-6.4.2-1-chromeos-x86_64.tar.xz'
,
})
binary_sha256
({
aarch64:
'e82af7ce211b54d03d0938a27af1c9471c857440e81a88cd4b5188dd63913a27'
,
armv7l:
'e82af7ce211b54d03d0938a27af1c9471c857440e81a88cd4b5188dd63913a27'
,
i686:
'553c789667253e18f656dfec111eaa05c9b95e69ee06ebcfec0488655ac00434'
,
x86_64:
'2059e4345609cbd3c45b40b5f741dc294e26f58f44e52b424f85c07ff3375ec7'
,
})
depends_on
'ncurses'
depends_on
'ncurses'
def
self
.
build
def
self
.
build
...
@@ -16,5 +29,14 @@ class Multitail < Package
...
@@ -16,5 +29,14 @@ class Multitail < Package
def
self
.
install
def
self
.
install
system
"make"
,
"PREFIX=
#{
CREW_PREFIX
}
"
,
"DESTDIR=
#{
CREW_DEST_DIR
}
"
,
"install"
system
"make"
,
"PREFIX=
#{
CREW_PREFIX
}
"
,
"DESTDIR=
#{
CREW_DEST_DIR
}
"
,
"install"
system
"mkdir -p
#{
CREW_DEST_DIR
}
$HOME"
system
"cp
#{
CREW_DEST_PREFIX
}
/etc/multitail.conf.new
#{
CREW_DEST_DIR
}
$HOME/.multitail.conf"
system
"cp
#{
CREW_DEST_PREFIX
}
/etc/multitail.conf.new $HOME/.multitail.conf"
end
def
self
.
postinstall
puts
puts
"To configure, edit $HOME/.multitail.conf"
.
lightblue
puts
end
end
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