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: acr-install, acr, acr-sh, amr, acr-wrap, acr-cat
Platforms (80)
mips-nonex86_64-solarisavr-nonex86_64-freebsdmicroblazeel-nonepowerpc64-linuxriscv32-linuxx86_64-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