Search Criteria
Package Details: quich 3.0.0-2
Git Clone URL: | https://aur.archlinux.org/quich.git (read-only, click to copy) |
---|---|
Package Base: | quich |
Description: | Small, fast and useful calculator for your terminal with multiple functions and options. |
Upstream URL: | https://github.com/Usbac/quich |
Keywords: | calculator math |
Licenses: | |
Provides: | |
Submitter: | vscncls |
Maintainer: | vscncls |
Last Packager: | vscncls |
Votes: | 3 |
Popularity: | 0.55 |
First Submitted: | 2020-03-23 15:01 |
Last Updated: | 2020-09-02 17:22 |
Latest Comments
TrialnError commented on 2020-09-02 16:47
Some small suggestions for the PKGBUILD :)
Empty variables should be removed and this PKGBUILD downloads its source in a way, where it doesn't get a unique name. The package will be named v3.0.0.tar.gz and people who use SRCDEST could run into a problem, as such a (improperly) named package could already exist. So please either prepend the source url with
${pkgname}-${pkgver}.tar.gz::
or alter the url in such a way that it uses the full filename endpoint from github (${url}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz
).Thanks in advance :)