mirror of
https://github.com/SerenityOS/serenity.git
synced 2025-01-22 17:31:58 -05:00
8 lines
267 B
Bash
8 lines
267 B
Bash
|
#!/usr/bin/env -S bash ../.port_include.sh
|
||
|
port='patchelf'
|
||
|
version='0.18.0'
|
||
|
useconfigure='true'
|
||
|
files=(
|
||
|
"https://github.com/NixOS/patchelf/releases/download/${version}/patchelf-${version}.tar.gz#64de10e4c6b8b8379db7e87f58030f336ea747c0515f381132e810dbf84a86e7"
|
||
|
)
|