mirror of
https://github.com/ivabus/pantry
synced 2025-06-08 08:20:32 +03:00
no need to rebuild these
This commit is contained in:
parent
de7ed57e37
commit
134ee84ef2
1 changed files with 17 additions and 0 deletions
17
projects/nixos.org/patchelf/package.yml
Normal file
17
projects/nixos.org/patchelf/package.yml
Normal file
|
@ -0,0 +1,17 @@
|
||||||
|
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
|
Loading…
Reference in a new issue