8 stdenv.mkDerivation rec {
13 url = "https://cbftp.eu/${pname}-r${version}.tar.gz";
14 hash = "sha256-DE6fnLzWsx6Skz2LRJAaijjIqrYFB8/HPp45P5CcEc8=";
24 makeFlags = lib.optional stdenv.hostPlatform.isDarwin "OPTFLAGS=-O0";
29 install -D bin/* -t $out/bin/
30 install -D API README -t $out/share/doc/${pname}/
36 homepage = "https://cbftp.eu/";
37 description = " An advanced multi-purpose FTP/FXP client";
39 Cbftp is an advanced multi-purpose FTP/FXP client that focuses on
40 efficient large-scale data spreading, while also supporting most regular
41 FTP/FXP use cases in a modern way. It runs in a terminal and provides a
42 semi-graphical user interface through ncurses.
44 license = licenses.mit;
45 maintainers = with maintainers; [ AndersonTorres ];
46 platforms = with platforms; unix;