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

Add snap / flatpak / flake support #25

Open
yne opened this issue Oct 2, 2022 · 1 comment
Open

Add snap / flatpak / flake support #25

yne opened this issue Oct 2, 2022 · 1 comment
Labels
help wanted Extra attention is needed

Comments

@yne
Copy link
Owner

yne commented Oct 2, 2022

This ecosystem is getting on my nerve.
If someone has a working snapcraft.yml I won't say no

Here is my attempt

name: dzr
base: core18
version: '1.0+git'
summary: Command Line deezer.com Player
description: Command Line deezer.com Player for Linux, BSD, Android, Windows
grade: stable
confinement: strict
apps:
  dzr:
    command: ./dzr
    plugs:
      - network
      - pulseaudio
parts:
  dzr:
    source: https://github.com/yne/dzr.git
    plugin: nil
    build-packages: [mpv,curl,jq,dialog,openssl]
    organize:
      dzr: usr/local/bin/dzr
      dzr-dec: usr/local/bin/dzr-dec
      dzr-srt: usr/local/bin/dzr-srt
      dzr-url: usr/local/bin/dzr-url

But it take forever to build/test each times
There is too much variability (--devel, grade, confinement) which I can't get my head around

@yne yne added the help wanted Extra attention is needed label Oct 2, 2022
@TheoOliveira
Copy link

Hello, i was trying some app like your project guy. I'd like to help on that. I never touch snap but i can try.

@yne yne changed the title snap support snap/fa support Jun 9, 2024
@yne yne changed the title snap/fa support Add snap / flatpak / flake support Jun 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants