24 lines
548 B
BlitzBasic
24 lines
548 B
BlitzBasic
#
|
|
# Copyright (c) 2020-2024 Joel Winarske. All rights reserved.
|
|
#
|
|
|
|
SUMMARY = "ads"
|
|
DESCRIPTION = "A basic game with a banner ad."
|
|
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 = "ads"
|
|
FLUTTER_APPLICATION_INSTALL_SUFFIX = "flutter-games-samples-ads"
|
|
FLUTTER_APPLICATION_PATH = "samples/ads"
|
|
|
|
inherit flutter-app
|