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

29 lines
1,020 B
YAML
Raw Normal View History

2020-12-09 07:41:43 +13:00
name: czkawka # you probably want to 'snapcraft register <name>'
2021-11-09 02:45:18 +13:00
base: core20 # the base snap is the execution environment for this snap
2021-11-22 18:48:07 +13:00
version: '3.3.1' # 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.
This program have frontend written in modern GTK 3.
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
2020-12-09 07:41:43 +13:00
parts:
czkawka:
2021-11-09 02:45:18 +13:00
plugin: rust
2020-12-09 07:41:43 +13:00
source: https://github.com/qarmin/czkawka.git
build-packages:
2021-01-16 05:35:53 +13:00
- libasound2-dev
2020-12-09 07:41:43 +13:00
- curl
- gcc
- git
2021-11-28 08:57:10 +13:00
rust-path: [ "czkawka_gui" ]
2020-12-09 07:41:43 +13:00
apps:
czkawka:
command: bin/czkawka_gui
2021-11-28 08:57:10 +13:00
extensions: [ gnome-3-38 ]
2021-02-04 04:03:52 +13:00
plugs:
- home
- removable-media
2021-05-09 09:51:43 +12:00
- udisks2