You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
czkawka/snap/snapcraft.yaml

38 lines
1.3 KiB
YAML

3 years ago
name: czkawka # you probably want to 'snapcraft register <name>'
base: core22 # the base snap is the execution environment for this snap
version: '7.0.0' # just for humans, typically '1.2+git' or '1.3.2'
3 years ago
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.
This program have frontend written in GTK 4.
3 years ago
grade: stable # must be 'stable' to release into candidate/stable channels
confinement: strict # use 'strict' once you have the right plugs and slots
compression: lzo
3 years ago
license: MIT
website: https://github.com/qarmin/czkawka
issues: https://github.com/qarmin/czkawka/issues
donation: https://github.com/sponsors/qarmin
3 years ago
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.73.0
3 years ago
czkawka:
3 years ago
plugin: rust
after: [ rust-deps ]
3 years ago
source: https://github.com/qarmin/czkawka.git
build-packages:
- curl
- gcc
- git
rust-path: [ "czkawka_gui" ]
3 years ago
apps:
czkawka:
command: bin/czkawka_gui
extensions: [ gnome ]
plugs:
- home
- removable-media
- udisks2