mirror of
https://github.com/K3vinb5/Unyo.git
synced 2026-06-13 13:49:43 +00:00
30 lines
554 B
YAML
30 lines
554 B
YAML
name: unyo
|
|
version: '0.1.2'
|
|
summary: An Anime app
|
|
description: Anime app.
|
|
|
|
base: core22
|
|
confinement: strict
|
|
grade: stable
|
|
|
|
apps:
|
|
my-flutter-app:
|
|
command: unyo
|
|
extensions: [gnome]
|
|
|
|
parts:
|
|
unyo:
|
|
source: .
|
|
plugin: flutter
|
|
flutter-target: lib/main.dart
|
|
|
|
# This appears to be needed when building in the Snap Store.
|
|
build-packages:
|
|
- curl
|
|
|
|
# Limit the architectures to build for to prevent unnecessary builds on
|
|
# architectures that Flutter doesn't support.
|
|
architectures:
|
|
- build-on: [ amd64 ]
|
|
- build-on: [ arm64 ]
|