Search Criteria
Package Details: maa-cli 0.7.5-2
Package Actions
| Git Clone URL: | https://aur.archlinux.org/maa-cli.git (read-only, click to copy) |
|---|---|
| Package Base: | maa-cli |
| Description: | A simple CLI for MAA by Rust. |
| Upstream URL: | https://github.com/MaaAssistantArknights/maa-cli |
| Licenses: | AGPL-3.0-only |
| Submitter: | horror-proton |
| Maintainer: | horror-proton (Cryolitia, commdserv) |
| Last Packager: | commdserv |
| Votes: | 2 |
| Popularity: | 0.027329 |
| First Submitted: | 2023-10-04 08:00 (UTC) |
| Last Updated: | 2026-06-02 02:24 (UTC) |
Dependencies (6)
- gcc-libs (gcc-libs-gitAUR, gccrs-libs-gitAUR, gcc-libs-snapshotAUR)
- libgit2 (libgit2-gitAUR)
- openssl (openssl-gitAUR, openssl-staticAUR, openssl-aegisAUR)
- zip (zip-natspecAUR)
- cargo (rust-beta-binAUR, rustup-gitAUR, rust-gitAUR, rust, rustup) (make)
- maa-assistant-arknightsAUR (maa-assistant-arknights-cudaAUR) (optional) – for preinstalled maa core
Latest Comments
Tatsumin commented on 2026-06-02 02:05 (UTC) (edited on 2026-06-02 02:06 (UTC) by Tatsumin)
Build fails for 0.7.5 because the PKGBUILD still tries to install: install -Dm644 "$srcdir/maa-cli-$pkgver"/crates/maa-cli/completions/*.fish
However, there are no *.fish files in that directory anymore. The CLI can generate fish completions dynamically: maa complete fish
Replacing the fish completion install line with something like: install -Dm644 <("$pkgdir"/usr/bin/maa complete fish) "$pkgdir/usr/share/fish/vendor_completions.d/maa.fish"
fixed the build for me and installed the fish completion correctly.
Verified after installation: pacman -Ql maa-cli | grep fish shows: /usr/share/fish/vendor_completions.d/maa.fish