Search Criteria
Package Details: coronavirus-tracker-cli-git r139.3af12dc-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/coronavirus-tracker-cli-git.git (read-only, click to copy) |
---|---|
Package Base: | coronavirus-tracker-cli-git |
Description: | Track The Coronavirus from your CLI |
Upstream URL: | https://github.com/sagarkarira/coronavirus-tracker-cli |
Licenses: | WTFPL |
Submitter: | jtlab |
Maintainer: | jtlab |
Last Packager: | jtlab |
Votes: | 2 |
Popularity: | 0.000000 |
First Submitted: | 2020-03-27 23:38 (UTC) |
Last Updated: | 2020-04-09 19:58 (UTC) |
Dependencies (4)
- nodejs (nodejs-gitAUR, python-nodejs-wheelAUR, nodejs-lts-hydrogen, nodejs-lts-iron, nodejs-lts-jod)
- git (git-gitAUR, git-glAUR) (make)
- jq (jaq-binAUR, jq-gitAUR) (make)
- npm (python-nodejs-wheelAUR, corepackerAUR) (make)
Latest Comments
dreieck commented on 2020-11-23 09:12 (UTC)
@jtlab: Yes,
package()
would suffice, that is what I meant withas an exception, in prepare()
.The problem is that it uses
npm
with insisting on it's own way of managing packages, that is nothing you can be blamed for.jtlab commented on 2020-05-26 14:28 (UTC)
@dreieck Thanks for reviewing this package. I have basically mirrored it from the original
coronavirus-tracker-cli
package but used git sources. Not sure how to use thesource
-array in this case with npm, but moving it toprepare()
should not be an issue. Would that suffice?dreieck commented on 2020-05-26 11:45 (UTC)
This package's
PKGBUILD
fetches a lot of stuff from the internet duringpackage()
. This must not happen. Everything needed to build the package must be present inbuild()
,check()
andpackage()
. No internet connection must be assumed then.Please make sure that everything needed to build the packahe gets downloaded via the
source
-array (this way the user can also take advantage of download configurations inmakepkg.conf
), or, as an exception, inprepare()
.Please fix this.
Thanks for maintaining!