Search Criteria
Package Details: audiowarden 0.1.2-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/audiowarden.git (read-only, click to copy) |
---|---|
Package Base: | audiowarden |
Description: | Skip spotify songs you don't like |
Upstream URL: | https://github.com/nroi/audiowarden |
Licenses: | MIT |
Conflicts: | audiowarden |
Provides: | audiowarden |
Submitter: | nrio |
Maintainer: | nrio |
Last Packager: | nrio |
Votes: | 0 |
Popularity: | 0.000000 |
First Submitted: | 2023-10-29 16:01 (UTC) |
Last Updated: | 2023-11-13 21:06 (UTC) |
Dependencies (1)
- cargo (rustup-gitAUR, rust-nightly-binAUR, rust-gitAUR, rust-beta-binAUR, rustup-stubAUR, rust, rustup) (make)
Latest Comments
nrio commented on 2023-11-01 19:15 (UTC)
Thanks for the info! Updated the PKGBUILD again.
micwoj92 commented on 2023-10-31 17:38 (UTC)
Thanks for this change, however it's best if you read rust packaging guidelines and apply to this PKGBUILD, i.e. adding cargo to makedepends, splitting package() into build and package, downloading rust crates in prepare step.
https://wiki.archlinux.org/title/Rust_package_guidelines
nrio commented on 2023-10-31 17:32 (UTC)
Done, the PKGBUILD now builds from source.
micwoj92 commented on 2023-10-30 20:14 (UTC)
Please change this PKGBUILD so that it builds the package from source instead of installing precompiled binary.