-
Notifications
You must be signed in to change notification settings - Fork 21
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
Repository hosting #2
Comments
Just to be clear. This project is not there to actually be used. It's a fun project to play around with how package managers work.
If you understand German, there is even a talk I made about this 7! years ago (I'm getting old ...): https://www.youtube.com/watch?v=qO0M7alWimY
I don't know, that is up to you. I mean if you build binary packages and put them on a webserver, you could probably hack together something that will download and install them. Feel free to do that, this is a project to play around with how package managers can work, after all.
Simple answer: No! The build files are just shell scripts that load the package manager into itself. I took my inspiration from Archlinux' pacman, but that's all there is, it's a completely different format that is completely incompatible with everything except |
I never thought I would get a reply for this, but thank you for your response.
I also tried out making my own. It turns out a package management system just automates stuff. Mine is something that downloads a script from a remote site and then executes the script that contains the commands to download and compile a package. Mine is way less advanced than yours. |
Hello there,
If we use this project in general, how can we add repositories to download packages?
Also is this compatible with pamac (even if it's weird question to ask)?
The text was updated successfully, but these errors were encountered: