Search Criteria
Package Details: iwqr 0.1.1-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/iwqr.git (read-only, click to copy) |
|---|---|
| Package Base: | iwqr |
| Description: | QR code generator for networks saved using iwd |
| Upstream URL: | https://gitlab.com/krenyy/iwqr |
| Keywords: | iwd network qr qrcode wifi wireless |
| Licenses: | GPL3 |
| Submitter: | kreny |
| Maintainer: | kreny |
| Last Packager: | kreny |
| Votes: | 0 |
| Popularity: | 0.000000 |
| First Submitted: | 2023-11-19 21:41 (UTC) |
| Last Updated: | 2024-07-28 09:41 (UTC) |
Dependencies (2)
- iwd (iwd-gitAUR, iwd-nosystemd-gitAUR)
- cargo (rust-gitAUR, rust-beta-binAUR, rustup-gitAUR, rust, rustup) (make)
Latest Comments
kreny commented on 2024-07-28 09:47 (UTC)
Thank you for notifying me here! Version 0.1.1 should build just fine on stable toolchain.
hossamdash commented on 2024-07-27 14:02 (UTC) (edited on 2024-07-27 14:03 (UTC) by hossamdash)
this package fails to build for two reasons: 1. the source is not valid, https://gitlab.com/kreny/iwqr/-/archive/v0.1.0/iwqr-v0.1.0.tar.gz doesn't point to anything, can be fixed by changing to a git source (i.e git::https://gitlab.com/krenyy/iwqr) 2. it relies on unstable rust tool chain, see https://gitlab.com/kreny/iwqr/-/merge_requests/1 for fix