Package Details: qrcp-bin 0.10.1-4

Git Clone URL: https://aur.archlinux.org/qrcp-bin.git (read-only, click to copy)
Package Base: qrcp-bin
Description: Transfer files over wifi from your computer to your mobile device by scanning a QR code without leaving the terminal.
Upstream URL: https://github.com/claudiodangelis/qrcp
Licenses: MIT
Conflicts: qrcp, qrcp-git
Provides: qrcp
Submitter: thiagoalmeidasa
Maintainer: thiagoalmeidasa
Last Packager: thiagoalmeidasa
Votes: 4
Popularity: 0.000436
First Submitted: 2020-04-23 08:18 (UTC)
Last Updated: 2023-04-13 19:15 (UTC)

Latest Comments

m040601 commented on 2023-04-13 12:08 (UTC) (edited on 2023-04-13 12:22 (UTC) by m040601)

You forgot to edit the,

arch=('x86_64' 'i386')

and install the README in 0.10.1,

$ pacman -Ql qrcp-bin

qrcp-bin /usr/
qrcp-bin /usr/bin/
qrcp-bin /usr/bin/qrcp
qrcp-bin /usr/share/
qrcp-bin /usr/share/bash-completion/
qrcp-bin /usr/share/bash-completion/completions/
qrcp-bin /usr/share/bash-completion/completions/qrcp
qrcp-bin /usr/share/fish/
qrcp-bin /usr/share/fish/vendor_completions.d/
qrcp-bin /usr/share/fish/vendor_completions.d/qrcp.fish
qrcp-bin /usr/share/licenses/
qrcp-bin /usr/share/licenses/qrcp-bin/
qrcp-bin /usr/share/licenses/qrcp-bin/LICENSE
qrcp-bin /usr/share/zsh/
qrcp-bin /usr/share/zsh/site-functions/
qrcp-bin /usr/share/zsh/site-functions/_qrcp

It' s there on the released precompiled binary on github,

$ tar tvf qrcp_0.10.1_linux_x86_64.tar.gz

-rw-r--r-- runner/docker  1074 2023-04-13 08:30 LICENSE
-rw-r--r-- runner/docker 15278 2023-04-13 08:30 README.md
-rwxr-xr-x runner/docker 11137024 2023-04-13 08:31 qrcp

But you throw it away.

It is just as easy to install the README to /usr/share/doc/qrcp/README as you do it for the LICENSE

install -Dm644 LICENSE -t "$pkgdir/usr/share/licenses/$pkgname"

And you shouldn't be creating or installing to directories named "qrcp-bin", according the the Archlinux AUR guidelines.

/usr/share/licences/qrcp-bin

It should be simply named "qrcp", not "qrcp-bin"

/usr/share/licences/qrcp/LICENCE

To make sure this "qrcp-bin" PKGBUILD doesnt clash or interfere with a "qrcp" or "qrcp-git" PKGBUILD, you should add a "Conflict" tag. Something like this,

Conflicts: qrcp qrcp-git

claudiodangelis commented on 2023-04-13 07:35 (UTC)

Hello, author here, version 0.10.1 is out, it fixes a critical bug which prevents the tool from running on a fresh installation. Thanks, Claudio

m040601 commented on 2023-04-08 04:36 (UTC) (edited on 2023-04-08 05:05 (UTC) by m040601)

Thanks for providing this PKGBUILD.

It is out of date, the latest version is 0.10.0

The released tar.gz on github includes a README,

$ tar tvf qrcp_0.10.0_linux_x86_64.tar.gz

-rw-r--r-- runner/docker  1074 2023-04-02 12:44 LICENSE
-rw-r--r-- runner/docker 15278 2023-04-02 12:44 README.md
-rwxr-xr-x runner/docker 11137024 2023-04-02 12:45 qrcp

Please dont throw it away and make sure it gets installed into something like,

/usr/share/doc/qrcp/README

It is also available for a plethora of different platforms. Very useful on my Raspberry Pi or small chromebooks running Archlinuxarm.

Please change

arch=('x86_64' 'i386')

to something like

arch=('x86_64' 'i386' 'armv7h' aarch64')

Also recheck this,

Conflicts:  qr-filetransfer-git, qrcp, qrcp-git

At present, there is no "qr-filetransfer-git" anymore on the AUR. There is only one abandoned in 2020 "python-qr-filetransfer-git".

Would also be nice if the different 3 authors of these 3 different PKGBUILD talked, checked and coordinated their work,

So that we avoid reduplicating unnecessary work. And that with enough attention and votes we can hope that this usefull tool moves from the AUR into the official Arch packages.

Thanks in advance

samhh commented on 2022-03-04 14:09 (UTC)

The checksums seem to have changed since you published 0.8.5.

thiagoalmeidasa commented on 2021-04-05 12:10 (UTC)

Good one. Added completion and license now.

samhh commented on 2021-04-04 15:27 (UTC)

Could we add the completions to the PKGBUILD per the non-bin package?: https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=qrcp#n32

flipee commented on 2020-10-12 21:35 (UTC)

Please add qrcp as a conflict. Thanks.