24 lines
607 B
BlitzBasic
24 lines
607 B
BlitzBasic
|
#
|
||
|
# Copyright (c) 2020-2024 Joel Winarske. All rights reserved.
|
||
|
#
|
||
|
|
||
|
SUMMARY = "endless_runner"
|
||
|
DESCRIPTION = "A Flame game template built with Flutter."
|
||
|
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 = "endless_runner"
|
||
|
FLUTTER_APPLICATION_INSTALL_SUFFIX = "flutter-games-templates-endless-runner"
|
||
|
FLUTTER_APPLICATION_PATH = "templates/endless_runner"
|
||
|
|
||
|
inherit flutter-app
|