crops-yocto/poky/meta-flutter-apps/recipes-graphics/flutter-apps/first-party/bdero-flutter-scene-example-scene-demo_1.0.0.bb
2024-03-09 14:42:23 +01:00

24 lines
580 B
BlitzBasic

#
# Copyright (c) 2020-2024 Joel Winarske. All rights reserved.
#
SUMMARY = "scene_demo"
DESCRIPTION = "A new Flutter project."
AUTHOR = "Brandon DeRosier"
HOMEPAGE = "None"
BUGTRACKER = "None"
SECTION = "graphics"
LICENSE = "CLOSED"
SRCREV = "bc7362b4052c98646d43924b06a1974aa9a2b369"
SRC_URI = "git://github.com/bdero/flutter-scene-example.git;lfs=0;nobranch=1;protocol=https;destsuffix=git"
S = "${WORKDIR}/git"
PUBSPEC_APPNAME = "scene_demo"
FLUTTER_APPLICATION_INSTALL_SUFFIX = "bdero-flutter-scene-example-scene-demo"
FLUTTER_APPLICATION_PATH = ""
inherit flutter-app