crops-yocto/poky/meta-flutter-apps/recipes-graphics/flutter-apps/first-party/googleads-flutter-packages-google-mobile-ads-example_git.bb
2024-03-09 14:42:23 +01:00

25 lines
767 B
BlitzBasic

#
# Copyright (c) 2020-2024 Joel Winarske. All rights reserved.
#
SUMMARY = "google_mobile_ads_example"
DESCRIPTION = "Demonstrates how to use the google mobile ads plugin."
AUTHOR = "Goolge Ads"
HOMEPAGE = "None"
BUGTRACKER = "None"
SECTION = "graphics"
LICENSE = "Apache-2.0"
LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57"
SRCREV = "b1fb58d862ad2796aeaa0606758483af34e702e5"
SRC_URI = "git://github.com/googleads/googleads-mobile-flutter.git;lfs=0;nobranch=1;protocol=https;destsuffix=git"
S = "${WORKDIR}/git"
PUBSPEC_APPNAME = "google_mobile_ads_example"
FLUTTER_APPLICATION_INSTALL_SUFFIX = "googleads-flutter-packages-google-mobile-ads-example"
FLUTTER_APPLICATION_PATH = "packages/google_mobile_ads/example"
inherit flutter-app