mirror of
https://github.com/ivabus/pantry
synced 2024-11-23 08:55:07 +03:00
+htop.dev (#14)
This commit is contained in:
parent
1b4572852f
commit
56a106427b
1 changed files with 27 additions and 0 deletions
27
projects/htop.dev/package.yml
Normal file
27
projects/htop.dev/package.yml
Normal file
|
@ -0,0 +1,27 @@
|
||||||
|
distributable:
|
||||||
|
url: https://github.com/htop-dev/htop/releases/download/{{version}}/htop-{{version}}.tar.xz
|
||||||
|
strip-components: 1
|
||||||
|
|
||||||
|
versions:
|
||||||
|
github: htop-dev/htop/tags
|
||||||
|
|
||||||
|
dependencies:
|
||||||
|
invisible-island.net/ncurses: 6
|
||||||
|
|
||||||
|
build:
|
||||||
|
dependencies:
|
||||||
|
tea.xyz/gx/cc: c99
|
||||||
|
tea.xyz/gx/make: '*'
|
||||||
|
gnu.org/autoconf: '*'
|
||||||
|
gnu.org/automake: '*'
|
||||||
|
script: |
|
||||||
|
./configure --prefix={{prefix}}
|
||||||
|
make
|
||||||
|
make install
|
||||||
|
test:
|
||||||
|
make test
|
||||||
|
|
||||||
|
|
||||||
|
test:
|
||||||
|
script: |
|
||||||
|
htop -h
|
Loading…
Reference in a new issue