lbreakouthd: add updateScript
This commit is contained in:
parent
19e4b53b09
commit
400ec42904
1 changed files with 7 additions and 0 deletions
|
@ -5,6 +5,7 @@
|
||||||
, SDL2_image
|
, SDL2_image
|
||||||
, SDL2_mixer
|
, SDL2_mixer
|
||||||
, SDL2_ttf
|
, SDL2_ttf
|
||||||
|
, directoryListingUpdater
|
||||||
}:
|
}:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
|
@ -25,6 +26,12 @@ stdenv.mkDerivation rec {
|
||||||
|
|
||||||
hardeningDisable = [ "format" ];
|
hardeningDisable = [ "format" ];
|
||||||
|
|
||||||
|
passthru.updateScript = directoryListingUpdater {
|
||||||
|
inherit pname version;
|
||||||
|
url = "https://lgames.sourceforge.io/LBreakoutHD/";
|
||||||
|
extraRegex = "(?!.*-win(32|64)).*";
|
||||||
|
};
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
broken = stdenv.isDarwin;
|
broken = stdenv.isDarwin;
|
||||||
homepage = "https://lgames.sourceforge.io/LBreakoutHD/";
|
homepage = "https://lgames.sourceforge.io/LBreakoutHD/";
|
||||||
|
|
Loading…
Reference in a new issue