mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-30 00:28:44 +08:00
feat(patchelf)
Signed-off-by: Anhad Singh <andypython@protonmail.com>
This commit is contained in:
parent
8b663ee368
commit
a8aec7a510
18
recipes/tools/patchelf/recipe.toml
Normal file
18
recipes/tools/patchelf/recipe.toml
Normal file
@ -0,0 +1,18 @@
|
||||
[source]
|
||||
tar = "https://github.com/NixOS/patchelf/releases/download/0.18.0/patchelf-0.18.0.tar.bz2"
|
||||
blake3 = "f843b32bdf3ee8a1f465e92d3fef34f30c48ccef9c112fdb793e2e7f2ae7283a"
|
||||
script = """
|
||||
DYNAMIC_INIT
|
||||
autotools_recursive_regenerate
|
||||
"""
|
||||
|
||||
[build]
|
||||
template = "custom"
|
||||
script = """
|
||||
DYNAMIC_INIT
|
||||
cookbook_configure
|
||||
"""
|
||||
|
||||
[package]
|
||||
shared-deps = ["libgcc"]
|
||||
|
||||
Loading…
Reference in New Issue
Block a user