mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-14 13:39:15 +03:00
transfer-sh: init at 1.6.1
This commit is contained in:
parent
987dc940ba
commit
2bc69ea034
1 changed files with 24 additions and 0 deletions
24
pkgs/by-name/tr/transfer-sh/package.nix
Normal file
24
pkgs/by-name/tr/transfer-sh/package.nix
Normal file
|
@ -0,0 +1,24 @@
|
|||
{ lib, fetchFromGitHub, buildGoModule }:
|
||||
|
||||
buildGoModule rec {
|
||||
pname = "transfer-sh";
|
||||
version = "1.6.1";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "dutchcoders";
|
||||
repo = "transfer.sh";
|
||||
rev = "v${version}";
|
||||
hash = "sha256-V8E6RwzxKB6KeGPer5074e7y6XHn3ZD24PQMwTxw5lQ=";
|
||||
};
|
||||
|
||||
vendorHash = "sha256-C8ZfUIGT9HiQQiJ2hk18uwGaQzNCIKp/Jiz6ePZkgDQ=";
|
||||
|
||||
meta = with lib; {
|
||||
description = "Easy and fast file sharing and pastebin server with access from the command-line";
|
||||
homepage = "https://github.com/dutchcoders/transfer.sh";
|
||||
changelog = "https://github.com/dutchcoders/transfer.sh/releases";
|
||||
mainProgram = "transfer.sh";
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [ ocfox pinpox ];
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue