pantry/projects/htop.dev/package.yml

29 lines
448 B
YAML
Raw Normal View History

2022-11-18 19:10:01 +03:00
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:
gnu.org/autoconf: '*'
gnu.org/automake: '*'
script: |
./configure --prefix={{prefix}}
make
make install
test:
make test
test:
script: |
htop -h
2022-12-05 22:10:34 +03:00
provides:
- bin/htop