After years of admiring how your project continues to unfold, I've (finally) added EndBASIC to pkgsrc. This was slightly harder than average for a Rust program and I thought you might want to know.
The pkgsrc packager needs to save off the result of bmake show-cargo-depends (and then bmake makesum with those included). But show-cargo-depends apparently can't do its thing without a Cargo.lock. I figured out how to generate one this time by poking around your workflows.
I don't know whether there are good reasons for not wanting to ship a Cargo.lock. If there are and those reasons are more important, okay. I'll probably still update the package promptly :-)
After years of admiring how your project continues to unfold, I've (finally) added EndBASIC to pkgsrc. This was slightly harder than average for a Rust program and I thought you might want to know.
The pkgsrc packager needs to save off the result of
bmake show-cargo-depends(and thenbmake makesumwith those included). Butshow-cargo-dependsapparently can't do its thing without aCargo.lock. I figured out how to generate one this time by poking around your workflows.I don't know whether there are good reasons for not wanting to ship a Cargo.lock. If there are and those reasons are more important, okay. I'll probably still update the package promptly :-)