added meta info to flake
This commit is contained in:
parent
af4f8b2fa0
commit
d33a44a143
1 changed files with 12 additions and 0 deletions
12
flake.nix
12
flake.nix
|
@ -30,6 +30,18 @@
|
||||||
cp knock $out/bin
|
cp knock $out/bin
|
||||||
wrapProgram $out/bin/knock --prefix PATH : ${nixpkgs.lib.makeBinPath [libgourou-utils inept-epub]}
|
wrapProgram $out/bin/knock --prefix PATH : ${nixpkgs.lib.makeBinPath [libgourou-utils inept-epub]}
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
meta = {
|
||||||
|
description = "A CLI tool to convert ACSM files to DRM-free EPUB files";
|
||||||
|
homepage = "https://github.com/BentonEdmondson/knock";
|
||||||
|
license = [ nixpkgs.lib.licenses.gpl3Only ];
|
||||||
|
maintainers = [{
|
||||||
|
name = "Benton Edmondson";
|
||||||
|
email = "bentonedmondson@gmail.com";
|
||||||
|
}];
|
||||||
|
# potentially others, but I'm only listed those tested
|
||||||
|
platforms = [ "x86_64-linux" ];
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue