6 stdenv.mkDerivation (finalAttrs: {
10 src = fetchFromGitHub {
13 rev = finalAttrs.version;
14 hash = "sha256-xKB9zBw9sX+z/yBzvfIzQPyOHzlCAGfGLyuLGRoyWbg=";
18 chmod +x ./autogen.sh && ./autogen.sh
22 homepage = "https://github.com/radareorg/acr/";
23 description = "Pure shell autoconf replacement";
25 ACR tries to replace autoconf functionality generating a full-compatible
26 'configure' script (runtime flags). But using shell-script instead of
27 m4. This means that ACR is faster, smaller and easy to use.
29 license = lib.licenses.gpl2Plus;
30 maintainers = with lib.maintainers; [ AndersonTorres ];
31 platforms = lib.platforms.all;