Package Details: ticker 4.5.14-2

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
Conflicts: ticker
Provides: ticker
Submitter: bin
Maintainer: tee
Last Packager: tee
Votes: 6
Popularity: 0.002572
First Submitted: 2021-02-03 13:11 (UTC)
Last Updated: 2023-06-10 05:43 (UTC)

Dependencies (2)

Required by (0)

Sources (1)

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,

$ tar tvf ticker-4.5.6-linux-amd64.tar.gz
-rw-r--r-- runner/docker 35148 2023-02-18 20:15 LICENSE
-rw-r--r-- runner/docker 11691 2023-02-18 20:15 README.md
-rwxr-xr-x runner/docker 3298536 2023-02-18 20:15 ticker

Also, they have different precompiled binaries available on github

ticker-4.5.6-checksums.txt         1.04 KiB
ticker-4.5.6-linux-386.tar.gz      2.78 MiB
ticker-4.5.6-linux-amd64.deb       3.07 MiB
ticker-4.5.6-linux-amd64.rpm       3.07 MiB
ticker-4.5.6-linux-amd64.tar.gz    3.08 MiB
ticker-4.5.6-linux-arm64.tar.gz    2.82 MiB
ticker-4.5.6-linux-armv6.tar.gz    2.75 MiB
ticker-4.5.6-mac-amd64.tar.gz      3.41 MiB
ticker-4.5.6-mac-arm64.tar.gz      3.33 MiB
ticker-4.5.6-windows-386.tar.gz    3.15 MiB
ticker-4.5.6-windows-amd64.tar.gz  3.32 MiB
ticker-4.5.6-windows-arm64.tar.gz  3.04 MiB

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. <3

Update: Okay, I got through updating now with this:

paru -Sua --mflags --nocheck

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) with makepkg --nocheck -- if you're using yay, this installs the package:

yay --mflags --nocheck ticker

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()?