crops-yocto/backup/flutter-wonders_git.bb
2024-03-01 23:15:01 +01:00

25 lines
746 B
BlitzBasic

#
# Copyright (c) 2023 Fabian Baldeau. All rights reserved.
#
SUMMARY = "Flutter wonderous demo app from gskinner"
DESCRIPTION = "A demo app for advanced animations made by gskinner"
AUTHOR = "gskinner"
HOMEPAGE = "https://avoid.sh/bachelor/wonders"
BUGTRACKER = "https://avoid.sh/bachelor/wonders/issues"
SECTION = "graphics"
LICENSE = "BSD-3-Clause"
LIC_FILES_CHKSUM = "file://LICENSE;md5=9c0505187083d2bf5a515901bc7eb10d"
SRCREV = "51f01a661a722c22b99e78984d60a2c58a48e783"
SRC_URI = "git://avoid.sh/bachelor/wonders.git;lfs=0;branch=main;protocol=https;destsuffix=git;user=guest:zbGzzNHC"
S = "${WORKDIR}/git"
PUBSPEC_APPNAME = "wonders"
FLUTTER_APPLICATION_INSTALL_PREFIX = "/flutter"
FLUTTER_BUILD_ARGS = "bundle"
inherit flutter-app