8 stdenv.mkDerivation rec {
10 version = "2024.07.05";
12 src = fetchFromGitHub {
16 sha256 = "sha256-/yJqKwJHonnBkP6/yQQJT3yPyYO6/nFAf4XFrgl3L0A=";
22 patchShebangs ./do_install
25 buildInputs = [ curl ];
28 description = "Formatted C++17 stdlib man pages (cppreference)";
29 longDescription = "stdman is a tool that parses archived HTML
30 files from cppreference and generates groff-formatted manual
31 pages for Unix-based systems. The goal is to provide excellent
32 formatting for easy readability.";
33 homepage = "https://github.com/jeaye/stdman";
34 license = licenses.mit;
35 platforms = platforms.unix;
36 maintainers = [ maintainers.twey ];