mirror of
https://github.com/ivabus/pantry
synced 2024-11-13 03:55:18 +03:00
28 lines
472 B
YAML
28 lines
472 B
YAML
|
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
|