mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
re-appintentsmetadataprocessor: init at 1.0.0
This commit is contained in:
parent
c712f79f67
commit
b3564f7358
1 changed files with 28 additions and 0 deletions
28
pkgs/by-name/re/re-appintentsmetadataprocessor/package.nix
Normal file
28
pkgs/by-name/re/re-appintentsmetadataprocessor/package.nix
Normal file
|
|
@ -0,0 +1,28 @@
|
|||
{
|
||||
lib,
|
||||
fetchFromCodeberg,
|
||||
rustPlatform,
|
||||
}:
|
||||
rustPlatform.buildRustPackage (finalAttrs: {
|
||||
pname = "re-appintentsmetadataprocessor";
|
||||
version = "1.0.0";
|
||||
__structuredAttrs = true;
|
||||
|
||||
src = fetchFromCodeberg {
|
||||
owner = "viraptor";
|
||||
repo = "re-appintentsmetadataprocessor";
|
||||
tag = finalAttrs.version;
|
||||
hash = "sha256-yZZd1j1V9hNFg1zZmXoNwDi9aueoEIqnptS+NityGlg=";
|
||||
};
|
||||
|
||||
cargoHash = "sha256-mkev7O6eO2ddFoP3Gm6r+2kllnz2c9HiYADjFZXQIHo=";
|
||||
|
||||
meta = {
|
||||
mainProgram = "appintentsmetadataprocessor";
|
||||
description = "Open reimplementation of Apple's appintentsmetadataprocessor";
|
||||
homepage = "https://codeberg.org/viraptor/re-appintentsmetadataprocessor";
|
||||
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