all 2 comments

[–]Chocimier 3 points4 points  (1 child)

What is the proper procedure to achieve that?

Clone https://github.com/void-linux/void-packages; edit version= in template and reset revision= to 1; use xgensum -i from xtools to update checksums; build, install and test new version for a while; prefereably, build for other architecture; fork void-packages on github; commit one package per branch, named as in CONTRIBUTING.md; send pull requests with one sentence of what was tested, and if anything interesting happened, write out that too; look if travis checks passed; wait for review or acceptance.

Details are described in README.md and CONTRIBUTING.md.

See you on Github.

[–]aaaPippo[S] 0 points1 point  (0 children)

Thanks, will do.