Search Criteria
Package Details: qrcp-bin 0.10.1-4
Package Actions
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.167066 |
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,
and install the README in 0.10.1,
$ pacman -Ql qrcp-bin
It' s there on the released precompiled binary on github,
$ tar tvf qrcp_0.10.1_linux_x86_64.tar.gz
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
And you shouldn't be creating or installing to directories named "qrcp-bin", according the the Archlinux AUR guidelines.
It should be simply named "qrcp", not "qrcp-bin"
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,
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
Please dont throw it away and make sure it gets installed into something like,
It is also available for a plethora of different platforms. Very useful on my Raspberry Pi or small chromebooks running Archlinuxarm.
Please change
to something like
Also recheck this,
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
<deleted-account> 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.
<deleted-account> 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.