sharkdp / hexyl

A command-line hex viewer
Apache License 2.0
8.92k stars 227 forks source link

Add NetBSD #206

Closed 0323pin closed 9 months ago

0323pin commented 9 months ago

Now that https://github.com/sharkdp/hexyl/issues/159 is fixed, please consider adding NetBSD installation to the README.md

Thanks!

sharkdp commented 9 months ago

Thank you

0323pin commented 9 months ago

I've added a TOOL_DEPENDS, i.e. forced the build to depend on go-md2man to generate the manpage during build-time.

The hexyl package itself does not have a dependency on go-md2man but, the build depends on it. This way, I won't miss a manpage update.

Now, I wonder ... is it possible to fix the WARNING: go-md2man does not handle node type HTMLBlock

It doesn't really bother me but, it would look cleaner during builds.

2023-09-14-205354_1366x768_scrot

Cheers. Hopefully, this is solved now 😄

sharkdp commented 9 months ago

Now, I wonder ... is it possible to fix the WARNING: go-md2man does not handle node type HTMLBlock

I don't know. The man page is probably also outdated(?). If anyone wants to look into it - please go ahead.

0323pin commented 9 months ago

Alright, thanks! I'll try to allocate sometime.