Skip to content
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

Open
git-bruh opened this issue Aug 31, 2022 · 6 comments
Open

proposal: provides system #88

git-bruh opened this issue Aug 31, 2022 · 6 comments
Labels

Comments

@git-bruh
Copy link
Member

git-bruh commented Aug 31, 2022

Add a provides system that allows a single package to act as a provider for multiple packages

Eg, zig needs llvm built with all targets so

zig would depend on llvm-fat
llvm-fat would be a provider of llvm as well as llvm-fat

Two packages that provide atleast one common package should be rejected during installation instead of making alternatives

@aabacchus
Copy link
Member

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" {} \;

@git-bruh
Copy link
Member Author

@aabacchus I think you misunderstood, check the edit

@aabacchus
Copy link
Member

Ah.

@Ogromny
Copy link

Ogromny commented Sep 4, 2022

Like virtual package of Gentoo ?

@git-bruh
Copy link
Member Author

git-bruh commented Sep 4, 2022

@Ogromny yes

@git-bruh
Copy link
Member Author

@kiss-community kiss-community locked and limited conversation to collaborators Sep 27, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

3 participants