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 license mapping #1

Closed gyakovlev closed 2 years ago

gyakovlev commented 3 years ago

cargo uses spdx license identifiers. we could use a map file that translates between names found in license and official SPDX names.

also, there has been a discussion to add such a map file to ::gentoo repo, if it happens we could re-use the file without maintaining own copy.

gyakovlev commented 2 years ago

ok I'm going to close this one as the code added works great so far. if we get a map file in repo I'll open a new issue. thanks for implementing it!