Search Criteria
Package Details: cncli 5.3.0-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/cncli.git (read-only, click to copy) |
---|---|
Package Base: | cncli |
Description: | A community-based cardano-node CLI tool |
Upstream URL: | https://github.com/cardano-community/cncli |
Licenses: | Apache |
Submitter: | 2bluesc |
Maintainer: | None |
Last Packager: | 2bluesc |
Votes: | 0 |
Popularity: | 0.000000 |
First Submitted: | 2021-04-25 02:47 (UTC) |
Last Updated: | 2023-02-06 22:55 (UTC) |
Dependencies (2)
- cargo (rustup-gitAUR, rust-nightly-binAUR, rust-gitAUR, rust-beta-binAUR, rust, rustup) (make)
- git (git-gitAUR, git-glAUR) (make)
Latest Comments
andrej commented on 2023-03-24 14:17 (UTC) (edited on 2023-03-24 14:18 (UTC) by andrej)
Unfortunately this won’t build due to a failing test:
I’m not quite sure what functionality that particular test covers and whether it’s vital for the
cncli
functions I use. Is there a way to skip the tests? Commenting outcheck()
in thePKGBUILD
won’t help, becausemake check-TESTS
always runs as a dependency of something.