Took the symlink install route:
git clone https://public-inbox.org/public-inbox.git && cd public-inbox
perl Makefile.PL
make symlink-install prefix=$HOME/.local
There’s a spec file in OBS but no official package to this date (b4 has an official package).
@jarkko one of my colleagues had an OBS project that had lei packaged on Tumbleweed, but there were some build issues recently made him delete the repo. It seems that lei is written is perl, so he was too afraid to touch it (very understandable IHMO :P )
@jarkko I had the same issue, had patches on different mailing lists, but was afraid to receive the flood of emails :)
So I found https://github.com/sjp38/hackermail, from @sj , which was exactly what I wanted for quite some time! Check this project and see if is also what you wanted but you didn't know yet :D
@jarkko what? how you use it? :P I have no clue how to navigate through https://public-inbox.org/ website :D
@jarkko @sj maybe this is something to ask to @monsieuricon , since he seems to master perl and public-inbox? :D
@jarkko @monsieuricon @sj I'm not sure about the perl dependencies though =/
(And I frankly don't know anyone that really understand perl at this level to help us at SUSE...)
But, about flatpak, isn't the project focusing on desktop graphical apps? In this case maybe having a container image and use something like distrobox would be nice IMHO. But it has the same issue as having to "enter" in the distrobox env to execute lei =/
(IMHO distrobox is easier than docker/podman, that would be ok too)