This PKGBUILD currently does not adhere to the Rust package guidelines. Specifically, it is missing
prepare() {
cargo fetch --locked --target "$CARCH-unknown-linux-gnu"
}
If this is added, the --locked
flag to cargo build
in build()
should also be changed to --frozen
. Since this is a -git
package, it may also be good to run cargo update
in prepare()
prior to cargo fetch
.
There are also many instances of paru
throughout the PKGBUILD, which could be replaced with $_pkgname
, but this doesn't matter.
Pinned Comments
alex19EP commented on 2021-12-06 17:29 (UTC)
pleas don't flag if it builds.