yodamad / heimdall

A CLI to help with your git directories
Apache License 2.0
6 stars 0 forks source link

📦 Publishing module/project on pkg.go.dev #8

Closed lcheylus closed 1 month ago

lcheylus commented 1 month ago

I would like to package your great tool/project for OpenBSD.

The port infrastructure for OpenBSD is based on Makefile and needs to get sources and Go modules (dependencies for heimdall) from https://pkg.go.dev (via Go proxy).

Could you please publish your project and future releases on https://pkg.go.dev ?

HOWTO "Publishing a module" https://go.dev/doc/modules/publishing

yodamad commented 1 month ago

@lcheylus whaou ! OK I'll try to do that for v1. I need to finalize and stabilize some features first I think, but for sure I'll have a look to do that

yodamad commented 1 month ago

@lcheylus : Mechanism is implemented, it'll be publish in next release under github.com/yodamad/heimdall

lcheylus commented 1 month ago

Thanks, heimdall project is now published on pkg.go.dev => https://pkg.go.dev/github.com/yodamad/heimdall :)

yodamad commented 1 month ago

Hum weird stuff regarding the version 😕 I've to fix this and to improve the code documentation 😅

yodamad commented 1 month ago

@lcheylus let me know if you face any problem to package it into OpenBSD

yodamad commented 1 month ago

Publishing on pkg.go.dev fixed