Package Details: argc 1.24.0-1

Git Clone URL: https://aur.archlinux.org/argc.git (read-only, click to copy)
Package Base: argc
Description: An elegant command-line argument parser
Upstream URL: https://github.com/sigoden/argc
Keywords: args bash cli
Licenses: MIT, Apache-2.0
Submitter: orhun
Maintainer: orhun
Last Packager: orhun
Votes: 3
Popularity: 0.000006
First Submitted: 2022-04-18 10:09 (UTC)
Last Updated: 2026-05-20 08:59 (UTC)

Required by (0)

Sources (1)

Latest Comments

orhun commented on 2026-04-11 08:29 (UTC)

Done :)

t4k44 commented on 2026-04-11 02:59 (UTC)

Hello, I have confirmed that argc works perfectly on the aarch64 architecture (specifically using Arch Linux via PRoot on Android). Since it's a Rust-based tool and builds fine on this architecture, could you please add 'aarch64' to the arch array in the PKGBUILD? Here is the diff for your convenience:

$ git diff
diff --git a/PKGBUILD b/PKGBUILD
index 3bfa69f..50f4ad5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ pkgname=argc
 pkgver=1.23.0
 pkgrel=1
 pkgdesc="An elegant command-line argument parser"
-arch=('x86_64')
+arch=('aarch64' 'x86_64')
 url="https://github.com/sigoden/argc"
 license=('MIT' 'Apache-2.0')
 depends=('gcc-libs')

Thank you for maintaining this package!

orhun commented on 2023-07-26 15:46 (UTC)

@simona update your Rust installation via rustup update

simona commented on 2023-07-26 14:23 (UTC)

error: package assert_cmd v2.0.12 cannot be built because it requires rustc 1.66.0 or newer, while the currently active rustc version is 1.65.0 Either upgrade to rustc 1.66.0 or newer, or use