Package Details: asciit 1.0.3-1

Git Clone URL: https://aur.archlinux.org/asciit.git (read-only, click to copy)
Package Base: asciit
Description: A more compact and intuitive ASCII table highlighting digits and letters
Upstream URL: https://github.com/Q1CHENL/asciit
Licenses: MIT
Submitter: qichenliu
Maintainer: Auerhuhn
Last Packager: Auerhuhn
Votes: 0
Popularity: 0.000000
First Submitted: 2023-11-16 11:03 (UTC)
Last Updated: 2025-12-05 15:28 (UTC)

Required by (0)

Sources (1)

Latest Comments

qichenliu commented on 2025-12-09 15:37 (UTC)

@Auerhuhn

Hi sry for the late reply, thanks for adopting it. Currently I don't really have time to maintain the package, play around with it as you like!

Best, Qichen

Auerhuhn commented on 2025-12-05 15:29 (UTC)

I have adopted the package, fixed all packaging issues, and bumped to the latest upstream release.

@qichenliu Let me know if you’d like to be a co-maintainer.

Auerhuhn commented on 2025-02-10 12:24 (UTC)

Hi @qichenliu, would you mind fixing the outstanding issues with the PKGBUILD? Thanks!

Auerhuhn commented on 2024-02-21 18:46 (UTC) (edited on 2024-02-21 18:49 (UTC) by Auerhuhn)

Hi @qichenliu,

thanks for the PKGBUILD and for the nice tool you made!

Would you mind a few suggestions?

  1. Please add a comment line with a Maintainer tag at the top of your PKGBUILD. See AUR submission guidelines for details. Example: # Maintainer: Qichen Liu <your.email@example.com>

  2. Your PKGBUILD doesn’t build in a clean chroot because it’s missing a couple of dependencies. Would you mind adding depends=('glibc' 'gcc-libs') and makedepends=('cargo')?

  3. Can you add your license file to /usr/share/licenses/asciit/? See the PKGBUILD lemma on the Arch Wiki for details on why this is important for the MIT license family.

Regards, Claudia