Package Details: aaa-bin 2.0.1-1

Git Clone URL: https://aur.archlinux.org/aaa-bin.git (read-only, click to copy)
Package Base: aaa-bin
Description: Swiss Army knife for animated ascii art
Upstream URL: https://github.com/asciimoth/aaa
Keywords: 3a animated-ascii-art ascii ascii-art cli fetch sysfetch
Licenses: GPL-3.0
Conflicts: aaa
Provides: aaa
Submitter: asciimoth
Maintainer: asciimoth
Last Packager: asciimoth
Votes: 0
Popularity: 0.000000
First Submitted: 2026-03-02 15:15 (UTC)
Last Updated: 2026-03-02 15:38 (UTC)

Latest Comments

asciimoth commented on 2026-03-03 11:11 (UTC)

Thank you, m040601! I didn't think anyone would need a separate package with art. I'll add it later after I finish some other things related to 3a.
Also this package is auto-generated by default goreleaser config but I'll figure out how to include all things properly.

m040601 commented on 2026-03-03 01:39 (UTC) (edited on 2026-03-03 01:51 (UTC) by m040601)

EDIT: I just noticed that some "standard examples" are already builtin inside the binary.

You can find more art supported by aaa here.
https://github.com/DomesticMoth/3a_storage

Maybe you could in the future add another PKGBUILD , "aaa-collection-extras" or "3a-art-extras" ???

Would be nice if you could ship that folder "art" or "examples" in the tar.gz on github release.

So that it also lands in

/usr/share/doc/aaa/examples/xxxx

m040601 commented on 2026-03-03 01:33 (UTC) (edited on 2026-03-03 01:49 (UTC) by m040601)

Thanks for the tool (very interesting this "3a" format !) and the PKGBUILD.

$ tar tf aaa-bin_2.0.1_x86_64.tar.gz

LICENSE
README.md
aaa

Make sure those also land on the system, ( install -Dm644 XXX ... YYYY )

/usr/share/doc/aaa/README.md
/usr/share/licenses/aaa/LICENSE

Thanks in advance.