pantry/projects/nixos.org/patchelf/package.yml

18 lines
362 B
YAML
Raw Normal View History

2022-09-02 18:00:33 +03:00
distributable:
url: https://github.com/NixOS/patchelf/releases/download/{{version}}/patchelf-{{version}}.tar.bz2
strip-components: 1
versions:
github: NixOS/patchelf
strip: /^PatchELF /
build:
script: |
./configure --prefix={{prefix}}
make --jobs {{hw.concurrency}} install
test: patchelf --version #FIXME better
2022-12-05 22:10:34 +03:00
provides:
- bin/patchelf