1 {lib, fetchurl, buildGoPackage}:
8 goPackagePath = "git.tuxfamily.org/boohu/boohu.git";
11 url = "https://download.tuxfamily.org/boohu/downloads/${pname}-${version}.tar.gz";
12 sha256 = "0q89yv4klldjpli6y9xpyr6k8nsn7qa68gp90vb3dgxynn91sh68";
17 postInstall = "mv $out/bin/boohu.git $out/bin/boohu";
20 description = "A new coffee-break roguelike game";
22 Break Out Of Hareka's Underground (Boohu) is a roguelike game mainly
23 inspired from DCSS and its tavern, with some ideas from Brogue, but
24 aiming for very short games, almost no character building, and a
27 homepage = "https://download.tuxfamily.org/boohu/index.html";
28 license = licenses.isc;
29 platforms = platforms.unix;
30 maintainers = with maintainers; [];