no need to rebuild these

This commit is contained in:
Max Howell 2022-09-02 11:00:33 -04:00
parent de7ed57e37
commit 134ee84ef2

View 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