6 stdenv.mkDerivation rec {
11 url = "mirror://sourceforge/pdfcrack/pdfcrack/pdfcrack-${version}.tar.gz";
12 hash = "sha256-e4spsY/NXLmErrZA7gbt8J/t5HCbWcMv7k8thoYN5bQ=";
16 install -Dt $out/bin pdfcrack
20 homepage = "https://pdfcrack.sourceforge.net/";
21 description = "Small command line driven tool for recovering passwords and content from PDF files";
22 mainProgram = "pdfcrack";
23 license = with licenses; [ gpl2Plus ];
24 platforms = platforms.all;
25 maintainers = with maintainers; [ qoelet ];