mirror of
https://github.com/jagandeepbrar/lunasea.git
synced 2026-08-30 20:24:25 +00:00
38 lines
571 B
YAML
38 lines
571 B
YAML
name: lunasea
|
|
version: 10.1.0
|
|
confinement: strict
|
|
base: core18
|
|
|
|
# Required but managed manually via Snapcraft dashboard
|
|
summary: summary
|
|
description: description
|
|
|
|
slots:
|
|
dbus-lunasea:
|
|
interface: dbus
|
|
bus: session
|
|
name: app.lunasea.lunasea
|
|
|
|
apps:
|
|
lunasea:
|
|
command: lunasea
|
|
extensions:
|
|
- flutter-stable
|
|
plugs:
|
|
- home
|
|
- network
|
|
slots:
|
|
- dbus-lunasea
|
|
|
|
parts:
|
|
zenity:
|
|
plugin: nil
|
|
stage-packages:
|
|
- zenity
|
|
|
|
lunasea:
|
|
source: .
|
|
plugin: flutter
|
|
flutter-revision: stable
|
|
flutter-target: lib/main.dart
|