1
0
Fork 0
mirror of synced 2024-05-02 19:44:09 +12:00
czkawka/snap/snapcraft.yaml

38 lines
1.3 KiB
YAML
Raw Permalink Normal View History

2020-12-09 07:41:43 +13:00
name: czkawka # you probably want to 'snapcraft register <name>'
base: core22 # the base snap is the execution environment for this snap
2024-02-19 23:18:01 +13:00
version: '7.0.0' # just for humans, typically '1.2+git' or '1.3.2'
2020-12-09 07:41:43 +13: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 20:59:09 +12:00
This program have frontend written in GTK 4.
2020-12-09 07:41:43 +13:00
grade: stable # must be 'stable' to release into candidate/stable channels
2021-02-04 04:03:52 +13:00
confinement: strict # use 'strict' once you have the right plugs and slots
2021-12-27 19:51:57 +13:00
compression: lzo
2020-12-09 07:41:43 +13:00
license: MIT
website: https://github.com/qarmin/czkawka
issues: https://github.com/qarmin/czkawka/issues
donation: https://github.com/sponsors/qarmin
2020-12-09 07:41:43 +13:00
parts:
rust-deps:
plugin: nil
2023-10-15 20:50:46 +13: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-09 07:41:43 +13:00
czkawka:
2021-11-09 02:45:18 +13:00
plugin: rust
after: [ rust-deps ]
2020-12-09 07:41:43 +13:00
source: https://github.com/qarmin/czkawka.git
build-packages:
- curl
- gcc
- git
2021-11-28 08:57:10 +13:00
rust-path: [ "czkawka_gui" ]
2023-02-19 22:58:28 +13:00
2020-12-09 07:41:43 +13:00
apps:
czkawka:
command: bin/czkawka_gui
2023-02-19 22:58:28 +13:00
extensions: [ gnome ]
2021-02-04 04:03:52 +13:00
plugs:
- home
- removable-media
2021-12-28 04:30:41 +13:00
- udisks2