Package Details: asciigraph 0.5.6-1

Git Clone URL: https://aur.archlinux.org/asciigraph.git (read-only, click to copy)
Package Base: asciigraph
Description: Go package to make lightweight ASCII line graph ╭┈╯ in command line apps with no other dependencies
Upstream URL: https://github.com/guptarohit/asciigraph
Keywords: ascii-chart asciigraph chart charting-library command-line go golang golang-library graph line-chart plot terminal utility
Licenses: BSD
Submitter: ragouel
Maintainer: json
Last Packager: json
Votes: 2
Popularity: 0.41
First Submitted: 2020-03-16 03:53 (UTC)
Last Updated: 2023-07-24 21:15 (UTC)

Dependencies (1)

Required by (0)

Sources (1)

Latest Comments

json commented on 2022-05-02 20:27 (UTC)

A binary package is now available at https://aur.archlinux.org/packages/asciigraph-bin

json commented on 2022-03-05 14:58 (UTC)

Adopted the package and updated to 0.5.3. Please report any issues.

m040601 commented on 2022-02-20 08:19 (UTC) (edited on 2022-02-20 08:25 (UTC) by m040601)

Yet another new release 0.5.3, https://github.com/guptarohit/asciigraph/releases/tag/v0.5.3

The developer even releases precompiled go binaries for arm, x86_32, x86_64. So that another sister PKGBUILD "asciigraph-bin" would be very easy to maintain no AUR. No need to download the 500 MEGA go compiler.

install -Dm755 build/asciigraph "${pkgdir}/usr/bin/asciigraph"
install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/asciigraph/LICENSE"

Also needs to install the "README" to /usr/share/doc/asciigraph

Pitty this very usefull and performant little tool was abandoned here on AUR.

... This package started as golang port of asciichart.(python)

Anyone interested in adopting it ?

MrWhiskers commented on 2021-05-06 16:33 (UTC) (edited on 2021-05-06 16:33 (UTC) by MrWhiskers)

Doesn't build?

==> Starting build()...
go: cannot find main module, but found .git/config in /home/x/.cache/yay/asciigraph
        to create a module there, run:
        cd ../.. && go mod init
==> ERROR: A failure occurred in build().
    Aborting...
error making: asciigraph