Package Details: maa-cli 0.7.5-2

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)

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