2024-03-09 14:42:23 +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=6570d633a333be7d4362fdecbf311bfd"
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