Unverified Commit 9278e880 authored by figsoda's avatar figsoda Committed by GitHub
Browse files

Merge pull request #225030 from figsoda/hayagriva

parents cd07e025 f0f192cf
Loading
Loading
Loading
Loading
+26 −0
Original line number Diff line number Diff line
{ lib
, rustPlatform
, fetchCrate
}:

rustPlatform.buildRustPackage rec {
  pname = "hayagriva";
  version = "0.3.0";

  src = fetchCrate {
    inherit pname version;
    hash = "sha256-zp7YfMmp16YRWNcOf5aVt1vXnL+23+DyFeFn7Gow7wM=";
  };

  cargoHash = "sha256-jsVd4vyST563HiXvqCfiZ2oUhNXF4E8Y2HBLl5AtvRw=";

  buildFeatures = [ "cli" ];

  meta = with lib; {
    description = "Work with references: Literature database management, storage, and citation formatting";
    homepage = "https://github.com/typst/hayagriva";
    changelog = "https://github.com/typst/hayagriva/releases/tag/v${version}";
    license = with licenses; [ asl20 mit ];
    maintainers = with maintainers; [ figsoda ];
  };
}
+2 −0
Original line number Diff line number Diff line
@@ -8317,6 +8317,8 @@ with pkgs;
  harmonia = callPackage ../tools/package-management/harmonia { };
  hayagriva = callPackage ../tools/typesetting/hayagriva { };
  hcl2json = callPackage ../applications/misc/hcl2json { };
  hcxtools = callPackage ../tools/security/hcxtools { };