gentoo / cargo-ebuild

[MIRROR] cargo extension that can generate ebuilds using the in-tree eclasses
https://gitweb.gentoo.org/proj/cargo-ebuild.git
Apache License 2.0
33 stars 10 forks source link

Support new CRATES syntax #35

Open thesamesam opened 1 year ago

thesamesam commented 1 year ago

cargo.eclass now supports @ as a delimiter between package name and version as it's faster to parse and is already common in Rust world.

Also, ${CARGO_CRATE_URIS} should be used in SRC_URI instead now.

References:

Kangie commented 1 year ago

on it