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 (cmake3AUR, cmake-gitAUR) (make)
- rust (rust-gitAUR, rust-beta-binAUR, rustup-gitAUR, rust-nightly-binAUR, rustup) (make)
- alsa-lib (optional) – Alsa audio playback
- nodejs (nodejs-gitAUR, python-nodejs-wheelAUR, nodejs-lts-hydrogenAUR, nodejs-lts-iron, nodejs-lts-jod, nodejs-lts-krypton) (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 appropriateinstallcommand and set the permission attributes - '755' for executables, '644' for everything else.