11 stdenv.mkDerivation rec {
16 url = "http://www.catb.org/~esr/${pname}/${pname}-${version}.tar.gz";
17 hash = "sha256-XETIbt/qVU+TpamPc2WQynqqUuZqkTUnItBprjg+gPk=";
20 nativeBuildInputs = [ installShellFiles ];
29 xmlto man vms-empire.xml
30 xmlto html-nochunks vms-empire.xml
35 install -D vms-empire -t ${placeholder "out"}/bin/
36 install -D vms-empire.html -t ${placeholder "out"}/share/doc/${pname}/
37 install -D vms-empire.desktop -t ${placeholder "out"}/share/applications/
38 install -D vms-empire.png -t ${placeholder "out"}/share/icons/hicolor/48x48/apps/
39 install -D vms-empire.xml -t ${placeholder "out"}/share/appdata/
40 installManPage empire.6
44 hardeningDisable = [ "format" ];
47 homepage = "http://catb.org/~esr/vms-empire/";
48 description = "The ancestor of all expand/explore/exploit/exterminate games";
50 Empire is a simulation of a full-scale war between two emperors, the
51 computer and you. Naturally, there is only room for one, so the object of
52 the game is to destroy the other. The computer plays by the same rules
53 that you do. This game was ancestral to all later
54 expand/explore/exploit/exterminate games, including Civilization and
57 license = licenses.gpl2Only;
58 maintainers = [ maintainers.AndersonTorres ];
59 platforms = platforms.unix;