wstrm / ebuildigo

Find and convert Go modules/dependencies to the Ego (Ebuild class for Portage) format.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ebuildigo

Find and convert Go modules/dependencies to the Ego (Ebuild class for Portage) format.

Test it with (running it inside this Git repository):

tail -n+2 test-deps.txt | stack run

And run it on a real Go project with:

go list -f "{{ .Path }} {{ .Version }}" -m all | tail -n+2 | ebuildigo

About

Find and convert Go modules/dependencies to the Ego (Ebuild class for Portage) format.

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Haskell 100.0%