2
0
mirror of https://github.com/qarmin/czkawka synced 2024-11-12 01:10:45 +00:00
czkawka/snap/snapcraft.yaml

38 lines
1.3 KiB
YAML
Raw Normal View History

2020-12-08 18:41:43 +00:00
name: czkawka # you probably want to 'snapcraft register <name>'
base: core22 # the base snap is the execution environment for this snap
version: '6.0.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
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:
rust-deps:
plugin: nil
override-pull: curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y --profile minimal --default-toolchain 1.68.2
2020-12-08 18:41:43 +00:00
czkawka:
2021-11-08 13:45:18 +00:00
plugin: rust
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