2020-12-08 18:41:43 +00:00
name : czkawka # you probably want to 'snapcraft register <name>'
2022-06-08 19:42:51 +00:00
base : core22 # the base snap is the execution environment for this snap
2023-10-15 07:50:46 +00:00
version : '6.1.0' # just for humans, typically '1.2+git' or '1.3.2'
2020-12-08 18:41:43 +00:00
summary : Czkawka - fast data cleaner written in Rust # 79 char long summary
description : |
Czkawka is very fast and feature rich cleaner which finds file duplicates, empty folders and files, duplicated music, similar images or the biggest files in selected directories.
2022-05-22 08:59:09 +00:00
This program have frontend written in GTK 4.
2020-12-08 18:41:43 +00:00
grade : stable # must be 'stable' to release into candidate/stable channels
2021-02-03 15:03:52 +00:00
confinement : strict # use 'strict' once you have the right plugs and slots
2021-12-27 06:51:57 +00:00
compression : lzo
2020-12-08 18:41:43 +00:00
2023-05-02 19:03:25 +00:00
license : MIT
website : https://github.com/qarmin/czkawka
issues : https://github.com/qarmin/czkawka/issues
donation : https://github.com/sponsors/qarmin
2020-12-08 18:41:43 +00:00
parts :
2023-05-02 19:03:25 +00:00
rust-deps :
plugin : nil
2023-10-15 07:50:46 +00:00
override-pull : curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y --profile minimal --default-toolchain 1.73.0
2020-12-08 18:41:43 +00:00
czkawka :
2021-11-08 13:45:18 +00:00
plugin : rust
2023-05-02 19:03:25 +00:00
after : [ rust-deps ]
2020-12-08 18:41:43 +00:00
source : https://github.com/qarmin/czkawka.git
build-packages :
- curl
- gcc
- git
2021-11-27 19:57:10 +00:00
rust-path : [ "czkawka_gui" ]
2023-02-19 09:58:28 +00:00
2020-12-08 18:41:43 +00:00
apps :
czkawka :
command : bin/czkawka_gui
2023-02-19 09:58:28 +00:00
extensions : [ gnome ]
2021-02-03 15:03:52 +00:00
plugs :
- home
- removable-media
2021-12-27 15:30:41 +00:00
- udisks2