1 {lib, fetchurl, buildGoModule}:
8 url = "https://download.tuxfamily.org/harmonist/releases/${pname}-${version}.tar.gz";
9 hash = "sha256-NkUrBvOOs6yctW4CVRpJNcdfdPvUJZp9HaWLS7eO4yE=";
12 vendorHash = "sha256-0DV32a2LYnfYzg/tqwear9uaaahNUIi0M8uWlXOQ5Ic=";
14 ldflags = [ "-s" "-w" ];
17 description = "A stealth coffee-break roguelike game";
19 Harmonist is a stealth coffee-break roguelike game. The game has a heavy
20 focus on tactical positioning, light and noise mechanisms, making use of
21 various terrain types and cones of view for monsters. Aiming for a
22 replayable streamlined experience, the game avoids complex inventory
23 management and character building, relying on items and player
24 adaptability for character progression.
26 homepage = "https://harmonist.tuxfamily.org/";
27 license = licenses.isc;
28 maintainers = with maintainers; [ ];