Search Criteria
Package Details: rapd 0.1.2-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/rapd.git (read-only, click to copy) |
---|---|
Package Base: | rapd |
Description: | Rust Audio Player Daemon |
Upstream URL: | https://www.interfiber.dev/rapd |
Keywords: | audio cli daemon |
Licenses: | GPL-3.0 |
Submitter: | interfiber |
Maintainer: | None |
Last Packager: | interfiber |
Votes: | 0 |
Popularity: | 0.000000 |
First Submitted: | 2022-02-12 22:10 (UTC) |
Last Updated: | 2022-04-04 10:56 (UTC) |
Dependencies (5)
- cmake (cmake-gitAUR) (make)
- rust (rust-nightlyAUR, rustup-gitAUR, rust-nightly-binAUR, rust-gitAUR, rust-beta-binAUR, rustup) (make)
- alsa-lib (optional) – Alsa audio playback
- nodejs (nodejs-lts-fermiumAUR, nodejs-gitAUR, python-nodejs-wheelAUR, nodejs-lts-hydrogen, nodejs-lts-iron) (optional) – Support for the MPRIS plugin
- pulseaudio (pulseaudio-dummyAUR, pulseaudio-gitAUR) (optional) – Pulse audio playback
Latest Comments
MarsSeed commented on 2023-10-11 15:55 (UTC) (edited on 2023-10-11 15:55 (UTC) by MarsSeed)
Please don't host source tarball on AUR. Use link to GitHub release tarball.
Also please don't use mkdir and cp inside
package()
. Use the appropriateinstall
command and set the permission attributes - '755' for executables, '644' for everything else.