14 lines
268 B
BlitzBasic
14 lines
268 B
BlitzBasic
|
#
|
||
|
# Copyright (c) 2020-2024 Joel Winarske. All rights reserved.
|
||
|
#
|
||
|
|
||
|
SUMMARY = "Package of Flutter gskinnerteam flutter-wonderous-app apps"
|
||
|
|
||
|
PACKAGE_ARCH = "${MACHINE_ARCH}"
|
||
|
|
||
|
inherit packagegroup
|
||
|
|
||
|
RDEPENDS:${PN} += " \
|
||
|
gskinnerteam-flutter-wonderous-app-wonders \
|
||
|
"
|