acr
acr 2.2.6
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: amr, acr-sh, acr, acr-wrap, acr-install, acr-cat
Platforms (80)
avr-noneriscv32-netbsdx86_64-genodemipsel-linuxaarch64-genodei686-netbsdmicroblazeel-nonerx-none
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