7 stdenv.mkDerivation rec {
12 url = "http://mdocml.bsd.lv/pod2mdoc/snapshots/pod2mdoc-${version}.tgz";
13 sha256 = "0nwa9zv9gmfi5ysz1wfm60kahc7nv0133n3dfc2vh2y3gj8mxr4f";
18 mkdir -p $out/share/man/man1
19 install -m 0755 pod2mdoc $out/bin
20 install -m 0444 pod2mdoc.1 $out/share/man/man1
24 homepage = "http://mdocml.bsd.lv/";
25 description = "converter from POD into mdoc";
26 license = licenses.isc;
27 platforms = platforms.all;
28 maintainers = with maintainers; [ ramkromberg ];
29 mainProgram = "pod2mdoc";