mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
re-intentbuilderc: init at 1.0.2
This commit is contained in:
parent
c260267dbe
commit
c712f79f67
1 changed files with 28 additions and 0 deletions
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;
|
||||
};
|
||||
})
|
||||
Loading…
Add table
Add a link
Reference in a new issue