mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-06-05 21:03:40 +00:00
re-intentbuilderc: init at 1.0.2
This commit is contained in:
28
pkgs/by-name/re/re-intentbuilderc/package.nix
Normal file
28
pkgs/by-name/re/re-intentbuilderc/package.nix
Normal file
@@ -0,0 +1,28 @@
|
||||
{
|
||||
lib,
|
||||
fetchFromCodeberg,
|
||||
rustPlatform,
|
||||
}:
|
||||
rustPlatform.buildRustPackage (finalAttrs: {
|
||||
pname = "re-intentbuilderc";
|
||||
version = "1.0.2";
|
||||
__structuredAttrs = true;
|
||||
|
||||
src = fetchFromCodeberg {
|
||||
owner = "viraptor";
|
||||
repo = "re-intentbuilderc";
|
||||
tag = finalAttrs.version;
|
||||
hash = "sha256-MucaZ+5MfwMj2nxMcKONxlVXaeHJnN1KVvP2961dQIY=";
|
||||
};
|
||||
|
||||
cargoHash = "sha256-9PmIoXngNuWUXYa1f4CS5JS1yh+/9E8GBfjndIFEqTk=";
|
||||
|
||||
meta = {
|
||||
mainProgram = "intentbuilderc";
|
||||
description = "Open reimplementation of Apple's intentbuilderc";
|
||||
homepage = "https://codeberg.com/viraptor/re-intentbuilderc";
|
||||
license = with lib.licenses; [ mit ];
|
||||
maintainers = with lib.maintainers; [ viraptor ];
|
||||
platforms = lib.platforms.unix;
|
||||
};
|
||||
})
|
||||
Reference in New Issue
Block a user