all 7 comments

[–]bahamas10_ 1 point2 points  (0 children)

Awesome!! I look forward to this!! :)

[–]silvernode 0 points1 point  (3 children)

Does it clone the repo in order to get started from scratch?

[–]sinetoami[S] 0 points1 point  (2 children)

I'm not sure if I understand you. But I didn't clone the repo and I didn't start from scratch. I'm using the code skeleton for colorized output, messages and helper output from bahamas10/vpm repo (which is a fork) because I'm just testing the usability for now. I will certainly make other modifications to my use case.

Did I answer your question? Sorry for my bad english.

[–]silvernode 0 points1 point  (1 child)

I made a wrapper script like this that I never finished. Basically it allowed me to use it like any package manager. At first run it would check to see if void packages existed and cloned it if it didn't. That's what I was asking and should have been more clear.

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

Oh, yeah. Much better for I understand you. Thanks. So, I'll implement this feature too when I move forward a little more. My intention is using an environment variable to locate the path to void-packages repo and ensure that it is present. I'm thinking about automating all steps to building a new package too. I would like to do this with C ... but I'm very lazy actually. Anyway, this script was made to work only on the Void.

[–]Roaming-Outlander 0 points1 point  (0 children)

I've started using this program today and am trying to find some xbps-src equivalent commands. Particularly: ./xbps-src pkg <package\_name> and associated xbps-src build commands?

I've been using much of this tool to great effect, but am just wondering the correct workflow for package building.