thomas-mauran / chess-tui

A chess TUI implementation in rust 🦀
https://crates.io/crates/chess-tui
MIT License
361 stars 20 forks source link

Add NetBSD #39

Closed 0323pin closed 10 months ago

0323pin commented 10 months ago

Add NetBSD install instructions

Description

Add NetBSD install instructions and help me maintaining the package by hosting Cargo.lock in the repository. I've just packaged chess-tui for NetBSD and have merged the package into the main branch.

How Has This Been Tested?

See screenshot. Commit Log for your reference, http://mail-index.netbsd.org/pkgsrc-changes/2023/12/06/msg288179.html

Thanks!

2023-12-06-105651_1366x768_scrot

thomas-mauran commented 10 months ago

Great thank you very much for your contribution ! I am not familiar with NetBSD package management, I tried pkgin install chess-tui but didn't seem to find the package, it might not be merged yet that's why ?

0323pin commented 10 months ago

Packages are released 4 times a year, except for security updates. Next, and last release this year, will be by the end of December.

This, of course doesn't apply to those running current, I.e. development branch of the packages and OS.

The package will be available to regular users by the end of this month.

thomas-mauran commented 10 months ago

Packages are released 4 times a year, except for security updates. Next, and last release will be by the end of December.

This, of course doesn't apply to those running current, I.e. development branch of the packages and OS.

The package will be available to regular users by the end of this month.

Thanks for the explanation sounds great

0323pin commented 10 months ago

Thank you! In particular hosting Cargo.lock helps a lot. We have a script that collects all the crate dependencies from the file. When, it's not there, I need to do this manually. So, appreciated.

thomas-mauran commented 10 months ago

Thank you! In particular hosting Cargo.lock helps a lot. We have a script that collects all the crate dependencies from the file. When, it's not there, I need to do this manually. So, appreciated.

No problem at all, thanks to you for contributing and your knowledge sharing!