pantry/projects/github.com/FredHucht/pstree/package.yml
Max Howell 81e7a5e16f
pkgx
2023-10-01 14:44:42 -04:00

28 lines
493 B
YAML

distributable:
url: https://github.com/FredHucht/pstree/archive/v{{version.marketing}}.tar.gz
strip-components: 1
versions:
github: FredHucht/pstree
build:
dependencies:
gnu.org/gcc: '*'
script: |
make --jobs {{ hw.concurrency }} pstree CC=gcc
mkdir -p "{{prefix}}/bin"
mkdir -p "{{prefix}}/man1"
mv pstree "{{prefix}}/bin"
mv pstree.1 "{{prefix}}/man1"
env:
linux/x86-64:
CFLAGS:
- -fPIC
provides:
- bin/pstree
test:
pstree -w