Search Criteria
Package Details: cmus-rpc-rs 0.2.0-2
Package Actions
Git Clone URL: | https://aur.archlinux.org/cmus-rpc-rs.git (read-only, click to copy) |
---|---|
Package Base: | cmus-rpc-rs |
Description: | A Discord Rich Presence for cmus player using rust 🦀💙 |
Upstream URL: | https://github.com/anas-elgarhy/cmus-rpc-rs |
Keywords: | cmus discord presence rpc |
Licenses: | MIT |
Submitter: | anas-elgarhy |
Maintainer: | anas-elgarhy |
Last Packager: | anas-elgarhy |
Votes: | 1 |
Popularity: | 0.000000 |
First Submitted: | 2022-08-10 11:09 (UTC) |
Last Updated: | 2023-07-16 12:24 (UTC) |
Dependencies (2)
- cmus (cmus-gitAUR)
- cargo (rustup-gitAUR, rust-nightly-binAUR, rust-gitAUR, rust, rustup) (make)
Latest Comments
mindbound commented on 2023-07-20 13:58 (UTC)
Fails to build with
kleintux commented on 2022-12-15 16:33 (UTC)
Don't use SUDO in PKGBUILDS. it's forbidden. Don't install something direct to the System. It's a security risk and the files will not be deleted if the package gets deleted. You need to add the files to the pkgdir folder.
see https://wiki.archlinux.org/title/Creating_packages#package()
thank you for fixing and maintaining
anas-elgarhy commented on 2022-09-18 12:18 (UTC)
Thanks, @Fazzi for the report, I will fix it ASAP
Fazzi commented on 2022-09-18 11:27 (UTC)
Hi! Trying to build this package with paru and it seems to be failing with the error
could not find `Cargo.toml` in `/tmp/makepkg/cmus-rpc-rs/src` or any parent directory
When building directly from github and cargo though it seems to be fine.