lbreakouthd: add updateScript

This commit is contained in:
Francesco Gazzetta 2022-12-09 18:44:54 +01:00
parent 19e4b53b09
commit 400ec42904

View File

@ -5,6 +5,7 @@
, SDL2_image
, SDL2_mixer
, SDL2_ttf
, directoryListingUpdater
}:
stdenv.mkDerivation rec {
@ -25,6 +26,12 @@ stdenv.mkDerivation rec {
hardeningDisable = [ "format" ];
passthru.updateScript = directoryListingUpdater {
inherit pname version;
url = "https://lgames.sourceforge.io/LBreakoutHD/";
extraRegex = "(?!.*-win(32|64)).*";
};
meta = with lib; {
broken = stdenv.isDarwin;
homepage = "https://lgames.sourceforge.io/LBreakoutHD/";