From a8aec7a5106661c6452b16e154628fb927158c5b Mon Sep 17 00:00:00 2001 From: Anhad Singh Date: Thu, 23 Jan 2025 21:39:26 +1100 Subject: [PATCH] feat(patchelf) Signed-off-by: Anhad Singh --- recipes/tools/patchelf/recipe.toml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 recipes/tools/patchelf/recipe.toml diff --git a/recipes/tools/patchelf/recipe.toml b/recipes/tools/patchelf/recipe.toml new file mode 100644 index 000000000..4e4cfc434 --- /dev/null +++ b/recipes/tools/patchelf/recipe.toml @@ -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"] +