Results 47 comments of Misty De Méo

Do you mean building packages for use with a package manager? We support Homebrew for Mac right now, but we'd love to support more.

This is probably a duplicate of #35 (which I never got around to writing a patch for as I intended to). ruby-warrior looks for a file named `.profile` by default,...

At the moment neither - I'll actually write that pull request one of these days though, and I think `.rw_profile` would be better. If you call ruby-warrior in a directory...

I've shipped a new version of axoupdater with a fix for axodotdev/axoupdater#34, but providing a way to turn off the `self update` feature entirely for certain distributions isn't a bad...

On Unix in particular, we should adopt the [FHS](https://en.wikipedia.org/wiki/Filesystem_Hierarchy_Standard) layout. This lines up with the layouts used by both Linux and macOS. The paths we install to should be, essentially,...

Got it! That makes sense. In that case, what about this - on this line: https://github.com/axodotdev/cargo-dist/blob/main/cargo-dist/src/cargo_build.rs#L33 You can add a new check to query these environment variables you've added. In...