mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-12 04:35:41 +03:00
rust-stakeholder: init at 0-unstable-2025-03-15 (#390236)
This commit is contained in:
commit
7d41df43c8
1 changed files with 35 additions and 0 deletions
35
pkgs/by-name/ru/rust-stakeholder/package.nix
Normal file
35
pkgs/by-name/ru/rust-stakeholder/package.nix
Normal file
|
@ -0,0 +1,35 @@
|
|||
{
|
||||
lib,
|
||||
fetchFromGitHub,
|
||||
rustPlatform,
|
||||
versionCheckHook,
|
||||
nix-update-script,
|
||||
}:
|
||||
rustPlatform.buildRustPackage {
|
||||
pname = "rust-stakeholder";
|
||||
version = "0-unstable-2025-03-15";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "giacomo-b";
|
||||
repo = "rust-stakeholder";
|
||||
rev = "aacdccbed72be34e0231e6d15cecb6d87a9a5ef6";
|
||||
hash = "sha256-YnXqvZlItCoAUEYUpRVQLM4fuLaf9Wd+OFY9ItSg25U=";
|
||||
};
|
||||
|
||||
useFetchCargoVendor = true;
|
||||
cargoHash = "sha256-NxO+7Wh8Ff6RPFtmbEa3EJszfDaZDXGWZDAoXPEAnpI=";
|
||||
|
||||
nativeInstallCheck = [ versionCheckHook ];
|
||||
versionCheckProgramArg = "--version";
|
||||
doInstallCheck = true;
|
||||
|
||||
passthru.updateScript = nix-update-script { };
|
||||
|
||||
meta = {
|
||||
description = "Generate impressive-looking terminal output to look busy when stakeholders walk by";
|
||||
homepage = "https://github.com/giacomo-b/rust-stakeholder";
|
||||
license = lib.licenses.mit;
|
||||
maintainers = [ lib.maintainers.awwpotato ];
|
||||
mainProgram = "rust-stakeholder";
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue