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

18 lines
378 B
YAML

distributable:
url: https://github.com/NixOS/patchelf/releases/download/{{version}}/patchelf-{{version}}.tar.bz2
strip-components: 1
versions:
github: NixOS/patchelf
strip: /^PatchELF /
build:
dependencies:
script: |
./configure --prefix={{prefix}}
make --jobs {{hw.concurrency}} install
test: patchelf --version #FIXME better
provides:
- bin/patchelf