GrayJack / coreutils

Core utils re-implementation for UNIX/UNIX-like systems written in Rust
Mozilla Public License 2.0
106 stars 40 forks source link

Packaging support #79

Open palfrey opened 4 years ago

palfrey commented 4 years ago

Is there any interest in PRs for packaging for various operating systems? e.g. Debian, Alpine, Homebrew for OS X (although they probably wouldn't accept it until there's a release)

GrayJack commented 4 years ago

There is, yes, I just don't do myself cause I dunno how to do it, the only one I know is for Arch based systems

kegesch commented 4 years ago

I could have a look homebrew packaging as soon as i have time.

kegesch commented 4 years ago

Also this might come in handy: semantic-release

palfrey commented 4 years ago

@kegesch semantic-release seems very Javascript-specific. Given the lack of a package.json in Rust projects, I'm not sure how well it'll work?

kegesch commented 4 years ago

@palfrey yes it is, but I don't think that it is limited to just js-projects. If it doesn't work with Rust, this should work though. It is just not really maintained anymore.