12 stdenvNoCC.mkDerivation rec {
13 pname = "stone-kingdoms";
16 src = fetchFromGitLab {
17 owner = "stone-kingdoms";
20 hash = "sha256-W2hzJg22O857Kh7CJVVHV5qu8QKjXCwW3hmgKBc0n2g=";
35 comment = "A real-time strategy game made with LÖVE based on the original Stronghold by Firefly studios";
36 desktopName = "Stone Kingdoms";
38 categories = [ "Game" ];
44 zip -9 -r stone-kingdoms.love ./*
45 strip-nondeterminism --type zip stone-kingdoms.love
46 install -Dm755 -t $out/share/games/lovegames/ stone-kingdoms.love
47 install -Dm644 assets/other/icon.png $out/share/icons/hicolor/256x256/apps/stone-kingdoms.png
48 makeWrapper ${love}/bin/love $out/bin/stone-kingdoms \
49 --add-flags $out/share/games/lovegames/stone-kingdoms.love
54 description = "Real-time strategy game made with LÖVE based on the original Stronghold by Firefly studios";
55 homepage = "https://gitlab.com/stone-kingdoms/stone-kingdoms";
56 platforms = platforms.linux;
57 license = with licenses; [
61 maintainers = with maintainers; [ hulr ];