-
Notifications
You must be signed in to change notification settings - Fork 69
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 Void Linux #99
Conversation
Hi @lasers , Thanks a lot for your work. Regarding tests, you may take a look at examples in https://github.com/icy/pacapt/tree/ng/tests . Basically they are instructions to run I myself think that writing test is boring, I'd like to write some in-line tests (that mean you write tests inside Regarding
For example, if you want to implement
you would need to figure our the secondary option (there is always one, see in ArchLinux I think this is quite painful, so you may want to split your work: let's make some basic operations (search, install,...) then provide more advanced features later. This is the first time I've heard of Thanks again for your contribution. Please keep going. |
Hi. I couldn't get I commented out the things I can't get to work.. just for the future reference. I also would like to customize I have VoidLinux on a spare laptop so I don't always use it much. |
@lasers I have some free time to work on your PR. We need to add test cases and remove some color support,... I will keep you posted. Thanks for your patience |
I will continue to work on the new PR #200 and close this one. Thanks. |
This adds a support for Void Linux... and it should be more than enough.
I'd like get some eyeballs on this... Help, testing, opinions, discussions, etc.
$_TOPT
.└── I leave one in
xbps_S
because it's also in other scripts.xbps_Qet
which seems to be in line withpacman -Qet
.xbps_S_asdeps
. I'm guessing we want some$OPT
?xbps_D_asexplicit
. I'm guessing we want some$OPT
?I'm new to Void Linux so I want to play around with it using
pacapt
. Many thanks. :-)