10 rustPlatform.buildRustPackage rec {
14 src = fetchFromGitHub {
18 hash = "sha256-OFWdCV9Msy/mNaSubqoJi4tBiFqL7RuWWQluSnKe4fU=";
21 cargoHash = "sha256-F5jXS/W600nbQtu1FD4+DawrFsO+5lJjvAvTiFKT840=";
27 rustPlatform.bindgenHook
31 a2x --doctype manpage --format manpage man/metadata.1.adoc
34 installManPage man/metadata.1
42 env.FFMPEG_DIR = ffmpeg_7.dev;
45 description = "Media metadata parser and formatter designed for human consumption, powered by FFmpeg";
46 maintainers = with lib.maintainers; [ clevor ];
47 license = lib.licenses.mit;
48 homepage = "https://github.com/zmwangx/metadata";
49 mainProgram = "metadata";