1 { lib, python3Packages, fetchFromGitHub }:
3 python3Packages.buildPythonApplication rec {
7 src = fetchFromGitHub {
11 hash = "sha256-YxqN4+u0nYUWehbyRhjddIo2sythH3E0fiPSyrUlWhM=";
19 homepage = "https://github.com/spantaleev/sftpman";
20 description = "Application that handles sshfs/sftp file systems mounting";
21 license = licenses.gpl3;
22 platforms = platforms.unix;
23 maintainers = with maintainers; [ contrun ];
24 mainProgram = "sftpman";