Commit 8f23228 1 parent 0d9f934 commit 8f23228 Copy full SHA for 8f23228
File tree 1 file changed +4
-12
lines changed
1 file changed +4
-12
lines changed Original file line number Diff line number Diff line change 1
1
name : czkawka # you probably want to 'snapcraft register <name>'
2
- base : core18 # the base snap is the execution environment for this snap
2
+ base : core20 # the base snap is the execution environment for this snap
3
3
version : ' 3.2.0' # just for humans, typically '1.2+git' or '1.3.2'
4
4
summary : Czkawka - fast data cleaner written in Rust # 79 char long summary
5
5
description : |
@@ -10,26 +10,18 @@ confinement: strict # use 'strict' once you have the right plugs and slots
10
10
11
11
parts :
12
12
czkawka :
13
- plugin : nil
13
+ plugin : rust
14
14
source : https://github.com/qarmin/czkawka.git
15
15
build-packages :
16
- - libgtk-3-dev
17
16
- libasound2-dev
18
17
- curl
19
18
- gcc
20
19
- git
21
- stage-packages :
22
- - libgtk-3-dev
23
- override-build : |
24
- if ! command -v rustup 2>/dev/null; then
25
- curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y --no-modify-path --profile=minimal
26
- export PATH="${HOME}/.cargo/bin:${PATH}"
27
- fi
28
- cargo install --locked --path czkawka_gui --root "${SNAPCRAFT_PART_INSTALL}" --force
20
+ rust-path : ["czkawka_gui"]
29
21
apps :
30
22
czkawka :
31
23
command : bin/czkawka_gui
32
- extensions : [gnome-3-28 ]
24
+ extensions : [gnome-3-38 ]
33
25
plugs :
34
26
- home
35
27
- removable-media
You can’t perform that action at this time.
0 commit comments