crops-yocto/poky/meta-flutter-apps/recipes-graphics/flutter-apps/first-party/firebase-flutterfire-packages-firebase-app-check-firebase-app-check-example_1.0.0.bb

29 lines
930 B
BlitzBasic
Raw Normal View History

2024-03-09 14:42:23 +01:00
#
# Copyright (c) 2020-2024 Joel Winarske. All rights reserved.
#
SUMMARY = "firebase_app_check_example"
DESCRIPTION = "Firebase App Check example application."
AUTHOR = "Google"
HOMEPAGE = "None"
BUGTRACKER = "None"
SECTION = "graphics"
LICENSE = "BSD-3-Clause"
LIC_FILES_CHKSUM = "file://LICENSE;md5=93a5f7c47732566fb2849f7dcddabeaf"
SRCREV = "9df2cec472ccfbbd24115ba8818b337c36825403"
SRC_URI = "git://github.com/firebase/flutterfire.git;lfs=0;nobranch=1;protocol=https;destsuffix=git"
S = "${WORKDIR}/git"
PUB_CACHE_EXTRA_ARCHIVE_PATH = "${WORKDIR}/pub_cache/bin"
PUB_CACHE_EXTRA_ARCHIVE_CMD = "flutter pub global activate melos; \
melos bootstrap"
PUBSPEC_APPNAME = "firebase_app_check_example"
FLUTTER_APPLICATION_INSTALL_SUFFIX = "firebase-flutterfire-packages-firebase-app-check-firebase-app-check-example"
FLUTTER_APPLICATION_PATH = "packages/firebase_app_check/firebase_app_check/example"
inherit flutter-app