Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Flatpak, Snap and Appimage packages #15

Closed
3 tasks done
qarmin opened this issue Sep 30, 2020 · 2 comments
Closed
3 tasks done

Flatpak, Snap and Appimage packages #15

qarmin opened this issue Sep 30, 2020 · 2 comments
Labels
enhancement New feature or request

Comments

@qarmin
Copy link
Owner

qarmin commented Sep 30, 2020

There should be easy way to install and upgrade app on Linux

  • - Flatpak
  • - Appimage
  • - Snap
@qarmin qarmin added the enhancement New feature or request label Sep 30, 2020
@qarmin
Copy link
Owner Author

qarmin commented Nov 10, 2020

For now I have this lines in snapcraft.yml file

name: czkawka # you probably want to 'snapcraft register <name>'
base: core20 # the base snap is the execution environment for this snap
version: '1.4.0' # just for humans, typically '1.2+git' or '1.3.2'
summary: Czkawka - fast OS 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, similar images or the biggest files in selected directories. You can exclude directories by using absolute path or items(files and folders) by * wildcards.

grade: stable # must be 'stable' to release into candidate/stable channels
confinement: devmode # use 'strict' once you have the right plugs and slots

parts:
  czkawka:
    plugin: rust
    source: https://github.com/qarmin/czkawka.git
    source-tag: 1.4.0
    build-packages:
      - libgtk-3-dev
    stage-packages:
      - libgtk-3-dev
    override-build: |
      cargo build --release --bin czkawka_gui
      ls -alR

apps:
  czkawka:
    command: target/release/czkawka_gui

But sadly it doesn't work now

@qarmin
Copy link
Owner Author

qarmin commented Jan 25, 2021

Everything was done!

@qarmin qarmin closed this as completed Jan 25, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant