Unverified Commit 726cc244 authored by Stanisław Pitucha's avatar Stanisław Pitucha Committed by GitHub
Browse files

re-appintentsmetadataprocessor,re-intentbuilderc,re-derq: init mac build tools (#512835)

parents 52f6dbc2 b3564f73
Loading
Loading
Loading
Loading
+28 −0
Original line number Diff line number Diff line
{
  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;
  };
})
+28 −0
Original line number Diff line number Diff line
{
  lib,
  fetchFromCodeberg,
  rustPlatform,
}:
rustPlatform.buildRustPackage (finalAttrs: {
  pname = "re-derq";
  version = "1.0.1";
  __structuredAttrs = true;

  src = fetchFromCodeberg {
    owner = "viraptor";
    repo = "re-derq";
    tag = finalAttrs.version;
    hash = "sha256-dnkxHEuFCn/QVMdTNhWtv5fh54Gald0YQCO0/LoQtCI=";
  };

  cargoHash = "sha256-KnH8jJb2rLn2LAgno+QbBg5K5NQErlvGDbhxEthwryM=";

  meta = {
    mainProgram = "derq";
    description = "Open reimplementation of Apple's derq";
    homepage = "https://codeberg.org/viraptor/re-derq";
    license = with lib.licenses; [ mit ];
    maintainers = with lib.maintainers; [ viraptor ];
    platforms = lib.platforms.unix;
  };
})
+28 −0
Original line number Diff line number Diff line
{
  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;
  };
})