forked from kisslinux/repo
-
Notifications
You must be signed in to change notification settings - Fork 17
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
proposal: provides system #88
Labels
Comments
I like checking in the manifest files; then you can do something along the lines of IFS=:
find $KISS_PATH -name manifest -exec grep -l "$1" {} \; |
@aabacchus I think you misunderstood, check the edit |
Ah. |
Like |
@Ogromny yes |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add a provides system that allows a single package to act as a provider for multiple packages
Eg,
zig
needsllvm
built with all targets sozig
would depend onllvm-fat
llvm-fat
would be a provider ofllvm
as well asllvm-fat
Two packages that provide atleast one common package should be rejected during installation instead of making alternatives
The text was updated successfully, but these errors were encountered: