7 pname = "etlegacy-assets";
11 fetchAsset = { asset, hash }: fetchurl {
12 url = "https://mirror.etlegacy.com/etmain/${asset}";
18 hash = "sha256-cSlmsg4GUj/oFBlRZQDkmchrK0/sgjhW3b0zP8s9JuU=";
22 hash = "sha256-VhD9dJAkQFtEJafOY5flgYe5QdIgku8R1IRLQn31Pl0=";
26 hash = "sha256-pIq3SaGhKrTZE3KGsfI9ZCwp2lmEWyuvyPZOBSzwbz4=";
31 unpackCmd = "cp -r $curSrc \${curSrc##*-}";
35 mkdir -p $out/lib/etlegacy/etmain
36 cp -r . $out/lib/etlegacy/etmain/
41 description = "ET: Legacy assets only";
42 homepage = "https://etlegacy.com";
43 license = with lib.licenses; [ cc-by-nc-sa-30 ];
45 ET: Legacy, an open source project fully compatible client and server
46 for the popular online FPS game Wolfenstein: Enemy Territory - whose
47 gameplay is still considered unmatched by many, despite its great age.
49 maintainers = with lib.maintainers; [ drupol ];
50 platforms = lib.platforms.linux;