acr

acr 2.2.8

Pure shell autoconf replacement

<rendered-html><p>ACR tries to replace autoconf functionality generating a full-compatible ‘configure’ script (runtime flags). But using shell-script instead of m4. This means that ACR is faster, smaller and easy to use.</p> </rendered-html>

https://github.com/radareorg/acr/
GNU General Public License v2.0 or later
programs: acr-wrap, acr-sh, acr-install, acr, amr, acr-cat
Platforms (79)
riscv32-netbsdi686-netbsdmsp430-nonex86_64-redoxx86_64-windowsaarch64_be-nonex86_64-uefish4-linux
View source on NixOS/nixpkgs →

Install

Copy into your configuration

NixOS (configuration.nix)
environment.systemPackages = with pkgs; [
  acr
];
Ad-hoc shell
nix-shell -p acr
Flake (nix run)
nix run nixpkgs#acr