1 { stdenv, lib, fetchFromGitHub, nixosTests }:
4 sources = (import ./sources.nix) { inherit fetchFromGitHub; };
7 pname = "${sources.pname}-web";
9 inherit (sources) version src;
11 dontBuild = true; # We should just copy the web templates
16 cp -vr contrib/webroot $out/share/
17 cp -vr contrib/templates $out/share/
20 passthru.tests = nixosTests.hockeypuck;
23 description = "OpenPGP Key Server web resources";
24 homepage = "https://github.com/hockeypuck/hockeypuck";
25 license = licenses.gpl3Plus;
26 maintainers = [ maintainers.etu ];