11 stdenv.mkDerivation (finalAttrs: {
16 url = "http://www.catb.org/~esr/vms-empire/vms-empire-${finalAttrs.version}.tar.gz";
17 hash = "sha256-JWCmrGS4jClSi6MCcGNiq8zUH+92fiqMtk58B+wMKQk=";
40 xmlto man vms-empire.xml
41 xmlto html-nochunks vms-empire.xml
46 install -D vms-empire -t ${placeholder "out"}/bin/
47 install -D vms-empire.html -t ${placeholder "doc"}/share/doc/vms-empire/
48 install -D vms-empire.desktop -t ${placeholder "out"}/share/applications/
49 install -D vms-empire.png -t ${placeholder "out"}/share/icons/hicolor/48x48/apps/
50 install -D vms-empire.xml -t ${placeholder "out"}/share/appdata/
51 installManPage empire.6
56 homepage = "http://catb.org/~esr/vms-empire/";
57 description = "Ancestor of all expand/explore/exploit/exterminate games";
59 Empire is a simulation of a full-scale war between two emperors, the
60 computer and you. Naturally, there is only room for one, so the object of
61 the game is to destroy the other. The computer plays by the same rules
62 that you do. This game was ancestral to all later
63 expand/explore/exploit/exterminate games, including Civilization and
66 license = lib.licenses.gpl2Only;
67 mainProgram = "vms-empire";
68 maintainers = with lib.maintainers; [ AndersonTorres ];
69 platforms = lib.platforms.unix;