github.com/FredHucht/pstree (#1920)

* Create package.yml

* Update package.yml

* man install

* without --jobs maybe

* -fPIC

* modified:   projects/github.com/FredHucht/pstree/package.yml
This commit is contained in:
Andrew 2023-05-09 23:43:50 +03:00 committed by GitHub
parent f8fccf32c2
commit 2fee393a1d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -0,0 +1,28 @@
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: '*'
tea.xyz/gx/make: '*'
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