[Writing Gentoo ebuild] Minimum version of cargo-make required to build? #295
Replies: 4 comments 5 replies
-
I don't know which minimum version is required, but I guess it can be pretty much any version, unless they changed something major in the past. |
Beta Was this translation helpful? Give feedback.
-
Updated ebuild to 2.5.0: https://github.com/Interpause/sh-scripts/blob/main/ebuilds/www-plugins/firefoxpwa-2.5.0.ebuild Also, decided to try and see if I can get the ebuild added to Gentoo GURU: https://bugs.gentoo.org/904071 |
Beta Was this translation helpful? Give feedback.
-
Just pushed the ebuild to GURU, now a matter of time for the commit to be reviewed and merged to main. |
Beta Was this translation helpful? Give feedback.
-
Changes to This also means that those changes will probably be released to crates.io soon:tm:. (However, Also, I've found that pycargoebuild apparently supports crates from Git. I haven't fully tested it yet, because it needs to be run on Gentoo, but I will maybe check in the future if it can be used to automate publishing. |
Beta Was this translation helpful? Give feedback.
-
Hello, I am trying to write a Gentoo ebuild to build the native component of PWAsForFirefox. This is actually my first time writing an ebuild, but if it goes well, I might try to PR it to GURU so that it is available for Gentoo users.
Anyways, the ebuild guide suggests versioning dependencies. While most can be auto-extracted from
Cargo.lock
,cargo-make
isn't included in it. Could I know if there is a minimum version ofcargo-make
required? Thanks.Beta Was this translation helpful? Give feedback.
All reactions