1 { stdenv, lib, fetchurl }:
3 stdenv.mkDerivation rec {
8 url = "mirror://sourceforge/pdfcrack/pdfcrack/pdfcrack-${version}.tar.gz";
9 sha256 = "1vf0l83xk627fg0a3b10wabgqxy08q4vbm0xjw9xzkdpk1lj059i";
13 install -Dt $out/bin pdfcrack
17 homepage = "http://pdfcrack.sourceforge.net/";
18 description = "Small command line driven tool for recovering passwords and content from PDF files";
19 license = with licenses; [ gpl2 ];
20 platforms = platforms.all;
21 maintainers = with maintainers; [ qoelet ];