24 lines
588 B
BlitzBasic
24 lines
588 B
BlitzBasic
|
#
|
||
|
# Copyright (c) 2020-2024 Joel Winarske. All rights reserved.
|
||
|
#
|
||
|
|
||
|
SUMMARY = "multiplayer"
|
||
|
DESCRIPTION = "A game with basic multiplayer support."
|
||
|
AUTHOR = "Google"
|
||
|
HOMEPAGE = "None"
|
||
|
BUGTRACKER = "None"
|
||
|
SECTION = "graphics"
|
||
|
|
||
|
LICENSE = "CLOSED"
|
||
|
|
||
|
SRCREV = "84f352168618248c53c50ee50ed3c898369f4566"
|
||
|
SRC_URI = "git://github.com/flutter/games.git;lfs=1;nobranch=1;protocol=https;destsuffix=git"
|
||
|
|
||
|
S = "${WORKDIR}/git"
|
||
|
|
||
|
PUBSPEC_APPNAME = "multiplayer"
|
||
|
FLUTTER_APPLICATION_INSTALL_SUFFIX = "flutter-games-samples-multiplayer"
|
||
|
FLUTTER_APPLICATION_PATH = "samples/multiplayer"
|
||
|
|
||
|
inherit flutter-app
|