6 stdenv.mkDerivation rec {
10 src = fetchFromGitHub {
14 hash = "sha256-ilVrUFfyzOZgjbBTqlHA9hLaTHw1xHFo1Y/tjXygNEs=";
26 install -D shfm --target-directory $out/bin/
27 install -D README --target-directory $out/share/doc/${pname}/
32 homepage = "https://github.com/dylanaraps/shfm";
33 description = "POSIX-shell based file manager";
34 license = licenses.mit;
35 maintainers = with maintainers; [ AndersonTorres ];
36 platforms = platforms.all;