Search Criteria
Package Details: ticker 4.7.1-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/ticker.git (read-only, click to copy) |
---|---|
Package Base: | ticker |
Description: | Terminal stock ticker with live updates and position tracking |
Upstream URL: | https://github.com/achannarasappa/ticker |
Licenses: | GPL3 |
Submitter: | bin |
Maintainer: | tee |
Last Packager: | tee |
Votes: | 7 |
Popularity: | 0.034120 |
First Submitted: | 2021-02-03 13:11 (UTC) |
Last Updated: | 2024-11-13 11:02 (UTC) |
Dependencies (2)
- glibc (glibc-gitAUR, glibc-linux4AUR, glibc-eacAUR, glibc-eac-binAUR, glibc-eac-rocoAUR)
- go (go-gitAUR, gcc-go-gitAUR, go-sylixosAUR, gcc-go-snapshotAUR, gcc-go) (make)
Latest Comments
powrtoch commented on 2023-05-08 14:01 (UTC)
Out-of-date, newest version is
4.5.10
.m040601 commented on 2023-04-14 07:40 (UTC)
Just stumbled upon this nice tool. Thanks for providing this PKGBUILD.
Could you also please provide a "ticker-bin" PKGBUILD ?
Dont' forget to install the included README,
Also, they have different precompiled binaries available on github
Super usefull on Archlinux running on small under powered devices like chromebooks, SBC boards, raspberry etc. Where you dont want to download 500 MEGA of go just to compile it.
Could you also include them ?
Don't forget to change,
arch=('x86_64')
To something like,
arch=('x86_64' 'armv7h' 'aarch64' etc ...)
Thanks in advance.
kazaii commented on 2023-02-01 14:34 (UTC)
Thanks for the
--nocheck
flag options for Paru & Yay! Worked like a charm for me in Paru.victorz commented on 2023-02-01 07:41 (UTC) (edited on 2023-02-01 07:44 (UTC) by victorz)
Questionable is a very diplomatic term for the context xD. Highly non-reproducible tests!
Thanks for the tip! I'll see if there is an equivalent to skipping the tests for
paru
. <3Update: Okay, I got through updating now with this:
serxxx commented on 2023-01-31 17:47 (UTC)
The project made the questionable decision to use real URLs in the unit tests, which means that tests are at the whim of (a) the internet connection, and (more problematically) (b) external data sources.
You can skip the
check()
function (where the tests are run) withmakepkg --nocheck
-- if you're usingyay
, this installs the package:kazaii commented on 2023-01-29 16:56 (UTC)
Fails for me as well.
victorz commented on 2023-01-24 20:58 (UTC)
Is it just me or does this fail on 4.5.5-1 when running the test suites in
check()
?