Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
nexedi
chromebrew
Commits
2376da03
Unverified
Commit
2376da03
authored
3 years ago
by
satmandu
Committed by
GitHub
3 years ago
Browse files
Options
Download
Email Patches
Plain Diff
htop -> 3.0.5 (#5760)
parent
2b10b984
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
22 additions
and
19 deletions
+22
-19
packages/htop.rb
packages/htop.rb
+22
-19
No files found.
packages/htop.rb
View file @
2376da03
...
...
@@ -2,35 +2,38 @@ require 'package'
class
Htop
<
Package
description
'htop is an interactive process viewer for Unix systems.'
homepage
'https://
hisham.hm/htop/
'
version
'
2.2.0
'
homepage
'https://
github.com/htop-dev/htop
'
version
'
3.0.5
'
license
'BSD and GPL-2'
compatibility
'all'
source_url
'https://
hisham.hm/htop/releases/2.2.0/htop-2.2.0
.tar.gz'
source_sha256
'
d9d6826f10ce3887950d709b53ee1d8c1849a70fa38e91d5896ad8cbc6ba3c57
'
source_url
'https://
github.com/htop-dev/htop/archive/refs/tags/3.0.5
.tar.gz'
source_sha256
'
4c2629bd50895bd24082ba2f81f8c972348aa2298cc6edc6a21a7fa18b73990c
'
binary_url
({
aarch64:
'https://gitlab.com/api/v4/projects/26210301/packages/generic/htop/
2.2.0
_armv7l/htop-
2.2.0
-chromeos-armv7l.t
ar.
xz'
,
armv7l:
'https://gitlab.com/api/v4/projects/26210301/packages/generic/htop/
2.2.0
_armv7l/htop-
2.2.0
-chromeos-armv7l.t
ar.
xz'
,
i686:
'https://gitlab.com/api/v4/projects/26210301/packages/generic/htop/
2.2.0
_i686/htop-
2.2.0
-chromeos-i686.t
ar.
xz'
,
x86_64:
'https://gitlab.com/api/v4/projects/26210301/packages/generic/htop/
2.2.0
_x86_64/htop-
2.2.0
-chromeos-x86_64.t
ar.
xz'
,
binary_url
({
aarch64:
'https://gitlab.com/api/v4/projects/26210301/packages/generic/htop/
3.0.5
_armv7l/htop-
3.0.5
-chromeos-armv7l.t
p
xz'
,
armv7l:
'https://gitlab.com/api/v4/projects/26210301/packages/generic/htop/
3.0.5
_armv7l/htop-
3.0.5
-chromeos-armv7l.t
p
xz'
,
i686:
'https://gitlab.com/api/v4/projects/26210301/packages/generic/htop/
3.0.5
_i686/htop-
3.0.5
-chromeos-i686.t
p
xz'
,
x86_64:
'https://gitlab.com/api/v4/projects/26210301/packages/generic/htop/
3.0.5
_x86_64/htop-
3.0.5
-chromeos-x86_64.t
p
xz'
})
binary_sha256
({
aarch64:
'
3d6c1ed809d819222a7d1f9f2b406df0a2c6caf6175870133d5538099c038d7
4'
,
armv7l:
'
3d6c1ed809d819222a7d1f9f2b406df0a2c6caf6175870133d5538099c038d7
4'
,
i686:
'
b2442db4e63ea03b73cae57ccb48f62cfc05e599ee55790b63fe762915df1042
'
,
x86_64:
'
fec8aed1ed6dc3b232bb23b07f06401bbc991636d67bb291bbb4e6604a9f8229'
,
binary_sha256
({
aarch64:
'
0d41a8aebc631c10aece2fe14fd1762bdeabaef59347af6e7e1e88b3cdabb5b
4'
,
armv7l:
'
0d41a8aebc631c10aece2fe14fd1762bdeabaef59347af6e7e1e88b3cdabb5b
4'
,
i686:
'
25835e8c7455192d539682ae269cd20e1accf6103d31f355f4a29cbcb215a646
'
,
x86_64:
'
ae62201f3496fd3b64c94002af594c9650f3e345ed34db7f1d9d04d667e03d5c'
})
depends_on
'buildessential'
=>
:build
depends_on
'ncurses'
depends_on
'buildessential'
=>
:build
def
self
.
build
system
"./configure --prefix=
#{
CREW_PREFIX
}
--disable-unicode"
system
"make"
system
'[ -x configure ] || NOCONFIGURE=1 ./autogen.sh'
system
"env
#{
CREW_ENV_OPTIONS
}
\
CPPFLAGS='-I
#{
CREW_PREFIX
}
/include/ncursesw' \
./configure
#{
CREW_OPTIONS
}
\
--disable-unicode"
system
'make'
end
def
self
.
install
system
"
make
"
,
"DESTDIR=
#{
CREW_DEST_DIR
}
"
,
"
install
"
system
'
make
'
,
"DESTDIR=
#{
CREW_DEST_DIR
}
"
,
'
install
'
end
end
This diff is collapsed.
Click to expand it.
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