pantry/projects/htop.dev/package.yml
Max Howell 81e7a5e16f
pkgx
2023-10-01 14:44:42 -04:00

29 lines
448 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:
gnu.org/autoconf: '*'
gnu.org/automake: '*'
script: |
./configure --prefix={{prefix}}
make
make install
test:
make test
test:
script: |
htop -h
provides:
- bin/htop