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 qrcp to winget #288

Open
1 of 4 tasks
BOY0038v2 opened this issue Aug 25, 2023 · 5 comments
Open
1 of 4 tasks

add qrcp to winget #288

BOY0038v2 opened this issue Aug 25, 2023 · 5 comments
Labels
help wanted Extra attention is needed Windows

Comments

@BOY0038v2
Copy link

BOY0038v2 commented Aug 25, 2023

I'm opening this issue because:

  • I have found a bug
  • I want to request a feature
  • I have a question
  • Other

add qrcp to winget (windows package manager)

@claudiodangelis
Copy link
Owner

Hello, thanks for the proposal!
Unfortunately I'm not a Windows user so it would be nearly impossibile for me alone to do it.

Let's see if someone will stumble across this and will volunteer.

Thanks again,
Claudio

@claudiodangelis claudiodangelis added help wanted Extra attention is needed Windows labels Dec 8, 2023
@vincenzoAiello
Copy link
Contributor

vincenzoAiello commented Dec 11, 2023

Hello, in order to add qrpc to winget, is mandatory to have a windows installer (exe or msix) into the assets list or a permanent download url. I suggest to use the assets list but actually there is only tar.gz file for windows.
Once the windows installer will be added, I'll do the winget upload procedure.

BR
Vincenzo

@claudiodangelis
Copy link
Owner

Thanks for following up @vincenzoAiello. We use goreleaser for packaging the releases, and it apparently supports winget: Winget - GoReleaser.
I will do some research and post updates here, feel free to get involved if you want.
Thanks!
Claudio

@vincenzoAiello
Copy link
Contributor

vincenzoAiello commented Dec 12, 2023

Hello @claudiodangelis , wow seems to be perfect.
What do you think about this?(obviously to be added to the .goreleaser.yml)

# .goreleaser.yml
winget:
  - name: qrcp
    publisher: claudiodangelis
    license: MIT
    copyright: 2018 Claudio d'Angelis
    homepage: https://qrcp.sh/
    short_description:  Transfer files over wifi from your computer to your mobile device by scanning a QR code without leaving the terminal.
    repository:
      owner: claudiodangelis
      name: qrcp
      branch: main
      pull_request:
        enabled: true
        draft: true
        base:
          owner: microsoft
          name: winget-pkgs
          branch: master

BR
Vincenzo

@claudiodangelis
Copy link
Owner

claudiodangelis commented Dec 12, 2023

It looks pretty straightforward to me, though I'm not sure if an installer file is required or whose responsibility is to build it.
Let's keep investigating,
C

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 Windows
Projects
None yet
Development

No branches or pull requests

3 participants