-
Notifications
You must be signed in to change notification settings - Fork 3
/
snapcraft.yaml
42 lines (38 loc) · 881 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
34
35
36
37
38
39
40
41
42
name: fclones-gui
version: git
summary: Efficient interactive duplicate file finder and remover
description: Finds duplicate files and offers many ways to get rid of them
base: core22
confinement: strict
grade: stable
parts:
rust-deps:
plugin: nil
build-packages:
- curl
override-pull: |
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
fclones-gui:
plugin: rust
source: .
after: [rust-deps]
build-packages:
- pkg-config
- libgtk-4-dev
- libadwaita-1-dev
rust-path:
- fclones-gui
apps:
fclones-gui:
common-id: io.github.pkolaczk.Fclones
extensions: [gnome]
command: bin/fclones-gui
desktop: meta/gui/fclones-gui.desktop
plugs:
- home
- removable-media
slots:
fclones-gui:
interface: dbus
bus: session
name: io.github.pkolaczk.Fclones