-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add support for distribution: Void Linux #18
Comments
I am used to develop in go. May I help implement xbps & runit which are void's pkg manager and init system? |
That would be very nice. You would need to add a new generator to https://github.com/holocm/libpackagebuild. (For guidance, you can look at the pacman or debian generators which are both rather concise. Don't bother with the RPM generator; RPM is a mess.) Then add a new Note that libpackagebuild does not have any tests on its own, so you will want to work on both repos in parallel in order to be able to use the test suite of holo-build. holo-build does not have any dependencies on the init system, so you won't need to do anything relating to runit. Only the xbps package format and associated conventions are relevant. |
First of all thank you for your quick reply and for all your time and effort you put into this project. Great work. Any way to contact you? IRC, Mail, Twitter, ...?. |
Twitter is https://twitter.com/stefanmajewsky, mail is my username at the mail server posteo.de. However, I would prefer to keep the discussion in this issue thread (or in the PRs to come) unless it pertains to some private issue. |
The text was updated successfully, but these errors were encountered: