Search Criteria
Package Details: spotify-tui 0.25.0-4
Package Actions
Git Clone URL: | https://aur.archlinux.org/spotify-tui.git (read-only, click to copy) |
---|---|
Package Base: | spotify-tui |
Description: | Spotify client for the terminal written in Rust |
Upstream URL: | https://github.com/Rigellute/spotify-tui |
Keywords: | spotify tui |
Licenses: | MIT |
Submitter: | flacks |
Maintainer: | orhun |
Last Packager: | orhun |
Votes: | 66 |
Popularity: | 0.87 |
First Submitted: | 2019-10-07 18:28 (UTC) |
Last Updated: | 2023-11-27 11:19 (UTC) |
Dependencies (5)
- gcc-libs (gcc-libs-gitAUR, gccrs-libs-gitAUR, gcc11-libsAUR, gcc-libs-snapshotAUR)
- libxcb (libxcb-gitAUR)
- openssl (openssl-gitAUR, openssl-staticAUR)
- cargo (rustup-gitAUR, rust-nightly-binAUR, rust-gitAUR, rust-beta-binAUR, rust, rustup) (make)
- python (python37AUR, python311AUR, python310AUR) (make)
Latest Comments
« First ‹ Previous 1 2 3
tzcrawford commented on 2020-05-27 20:57 (UTC) (edited on 2020-05-27 21:01 (UTC) by tzcrawford)
I got this error:
got it to build by just doing a
sudo pacman -S rustup; rustup install stable;rustup default stable;sudo mkdir /cargo;sudo chown -R $USER /cargo;makepkg -siC
and it worked completely. Probably not the safest/most proper way to do, but it worked. (I'm not familiar with rust)Conni2461 commented on 2020-03-30 11:12 (UTC)
It seems that you have not configured rustup. Run
rustup install stable
andrustup default stable
or use the arch rust package rather than rustup.sshow commented on 2020-03-30 11:04 (UTC) (edited on 2020-03-30 11:05 (UTC) by sshow)
I am currently getting an error when attempting to build:
no default toolchain configured
. I'm not sure what to do about it?Full output
« First ‹ Previous 1 2 3