mirror of
https://github.com/ivabus/pantry
synced 2024-11-10 18:45:19 +03:00
18 lines
399 B
YAML
18 lines
399 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:
|
||
|
tea.xyz/gx/cc: c99
|
||
|
tea.xyz/gx/make: '*'
|
||
|
script: |
|
||
|
./configure --prefix={{prefix}}
|
||
|
make --jobs {{hw.concurrency}} install
|
||
|
|
||
|
test: patchelf --version #FIXME better
|