Search Criteria
Package Details: asciit 1.0.3-1
Package Actions
| 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) |
Dependencies (3)
- gcc-libs (gcc-libs-gitAUR, gccrs-libs-gitAUR, gcc-libs-snapshotAUR)
- glibc (glibc-gitAUR, glibc-eacAUR, glibc-git-native-pgoAUR)
- cargo (rust-gitAUR, rust-beta-binAUR, rustup-gitAUR, rust, rustup) (make)
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?
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>Your
PKGBUILDdoesn’t build in a clean chroot because it’s missing a couple of dependencies. Would you mind addingdepends=('glibc' 'gcc-libs')andmakedepends=('cargo')?Can you add your license file to
/usr/share/licenses/asciit/? See thePKGBUILDlemma on the Arch Wiki for details on why this is important for the MIT license family.Regards, Claudia