Search Criteria
Package Details: huaweicalc-git r19.20190705.91911fe-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/huaweicalc-git.git (read-only, click to copy) |
|---|---|
| Package Base: | huaweicalc-git |
| Description: | Huawei modem unlock code calculator. |
| Upstream URL: | https://github.com/forth32/huaweicalc |
| Licenses: | GPL3 |
| Conflicts: | huaweicalc |
| Provides: | huaweicalc |
| Submitter: | petRUShka |
| Maintainer: | dreieck |
| Last Packager: | dreieck |
| Votes: | 1 |
| Popularity: | 0.000000 |
| First Submitted: | 2016-06-18 10:06 (UTC) |
| Last Updated: | 2022-06-20 15:15 (UTC) |
Dependencies (2)
- qt5-base (qt5-base-gitAUR, qt5-base-headlessAUR)
- git (git-gitAUR, git-glAUR, git-wd40AUR) (make)
Latest Comments
dreieck commented on 2022-06-04 14:27 (UTC) (edited on 2022-06-04 14:28 (UTC) by dreieck)
→ Here is a
PKGBUILDthat adresses all issues previously reported, and also has some other changes.Feel free to use it!
dreieck commented on 2022-06-04 14:26 (UTC)
install -D -m755 balong_flash "$pkgdir/usr/bin/${pkgname%-git}"needs to be changed to
install -D -m755 huaweicalc "$pkgdir/usr/bin/${pkgname%-git}"(You try to install
balong_flash, but this software is calledhuaweicalc).Thanks for maintaining!
dreieck commented on 2022-06-04 14:21 (UTC)
qtchooseris not needed. You can remove it frommakedepends.dreieck commented on 2022-06-04 14:14 (UTC)
Please change
makedepends=('make git gcc qtchooser')tomakedepends=('git' 'qtchooser').Thanks for maintaining!
dreieck commented on 2016-12-05 19:30 (UTC)