unftp: init at 0.14.3

This commit is contained in:
Colin 2023-06-18 06:38:01 +00:00
parent d95042ab65
commit 931c76c2e7
2 changed files with 26 additions and 0 deletions

View File

@ -0,0 +1,25 @@
{ lib
, rustPlatform
, fetchFromGitHub
}:
rustPlatform.buildRustPackage rec {
pname = "unftp";
version = "0.14.3";
src = fetchFromGitHub {
owner = "bolcom";
repo = pname;
rev = "v${version}";
hash = "sha256-+UL8xflnumOiWL5b9/azH9OW+X+6hRcxjiyWhCSWQRg=";
};
cargoHash = "sha256-rXCDPVi3JZrC4iqgqAirigDa3fNIbkVgSo0qWHXEnvQ=";
meta = with lib; {
description = "unFTP is an open-source FTP(S) (not SFTP) server aimed at the Cloud that allows bespoke extension through its pluggable authenticator, storage back-end and user detail store architectures.";
homepage = "https://unftp.rs/";
license = licenses.asl20;
maintainers = with maintainers; [ colinsane ];
};
}

View File

@ -43,6 +43,7 @@ let
sublime-music-mobile = callPackage ./additional/sublime-music-mobile { };
sxmo-utils = callPackage ./additional/sxmo-utils { };
tow-boot-pinephone = callPackage ./additional/tow-boot-pinephone { };
unftp = callPackage ./additional/unftp { };
zecwallet-light-cli = callPackage ./additional/zecwallet-light-cli { };
# packages i haven't used for a while, may or may not still work