-
-
Notifications
You must be signed in to change notification settings - Fork 9
/
snapcraft.yaml
33 lines (29 loc) · 915 Bytes
/
snapcraft.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
name: fingrom
base: core22
version: 1.0.0+1
summary: Open-source platform-agnostic financial accounting application
description: |
The goal of the solution is to create a financial accounting application that is intuitive, efficient,
and inclusive. That empowers users to effortlessly manage their finances while ensuring that no one is left behind.
grade: stable
confinement: strict
environment:
LD_LIBRARY_PATH: ${SNAP}/usr/lib/$SNAPCRAFT_ARCH_TRIPLET/pulseaudio
apps:
fingrom:
command: fingrom
plugs: [home, desktop, desktop-legacy, network, network-bind, opengl, x11, audio-playback]
extensions: [gnome]
parts:
zenity:
plugin: nil
stage-packages:
- zenity
app-finance:
after:
- zenity
source: .
plugin: flutter
build-packages: [libgtk-3-dev, ninja-build]
stage-packages: [libgtk-3-0, ibus-gtk3, libpulse0]
flutter-target: lib/main.dart