1 { lib, stdenv, fetchFromGitHub }:
4 pname = "pgpkeyserver-lite";
5 version = "2017-07-18";
7 src = fetchFromGitHub {
9 repo = "pgpkeyserver-lite";
11 sha256 = "12pn92pcpv38b2gmamppn9yzdn7x52pgxnzpal22gqsxwimhs2rx";
16 cp -R 404.html assets favicon.ico index.html robots.txt $out
20 homepage = "https://github.com/mattrude/pgpkeyserver-lite";
21 description = "Lightweight static front-end for a sks keyserver";
22 license = licenses.gpl3;
23 maintainers = with maintainers; [ calbrecht ];