mdbook-yml-header: init at 0.1.4
This commit is contained in:
@@ -0,0 +1,28 @@
|
||||
{
|
||||
lib,
|
||||
rustPlatform,
|
||||
fetchCrate,
|
||||
}:
|
||||
|
||||
let
|
||||
pname = "mdbook-yml-header";
|
||||
version = "0.1.4";
|
||||
in
|
||||
rustPlatform.buildRustPackage {
|
||||
inherit pname version;
|
||||
|
||||
src = fetchCrate {
|
||||
inherit pname version;
|
||||
hash = "sha256-qRAqZUKOiXTh4cJjczBQ9zAL6voaDvko7elfE6eB2jA=";
|
||||
};
|
||||
|
||||
cargoHash = "sha256-cn+R36koBSEp+wKtCQJK/L+mxeb8sHkZu8kWYRigIvw=";
|
||||
|
||||
meta = {
|
||||
description = "MdBook preprocessor for removing yml header within --- (front-matter)";
|
||||
homepage = "https://github.com/dvogt23/mdbook-yml-header";
|
||||
license = lib.licenses.mpl20;
|
||||
mainProgram = "mdbook-yml-header";
|
||||
maintainers = [ lib.maintainers.pinage404 ];
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user