-
Notifications
You must be signed in to change notification settings - Fork 11
change isntall_aur_package->install_aur_package #1
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
Conversation
I noticed you are getting busy with your fork. How are things going? Any pain points that could suck less? |
Yep I love the idea and I'm on paternity leave for a while so it's been fun to mess with. First a few really nice things:
Things to improve:
Sorry for the brain dump, cheers! |
Thanks for the feedback!
I have ran up against it too. Basically, anything with AUR sucks. My thoughts are this. I will manually build on AUR packages myself, and create my own local repository (configured in I was thinking about creating cli tool that wraps the building of the AUR packages and that managing of the GitHub release for you. This will lose the "rolling" nature of the AUR, of course. So, it would be up to you to remember to periodically update the packages.
Me too. I created an issue to track it.
Does it not do this currently? Do you have to always modify Thanks for the feedback! I took an approach with this project that I typically do when I write software. That is to implement things straightforward (even if verbose) with little "black magic". As time evolves, I like to let things naturally evolve to be more performant and ergonomic. It will get there, eventually. When all the rough edges are smoothened, that is when I will make a |
Anytime!
Ha, I was thinking of doing something similar for myself.
Neat!
I haven't actually tried making it work, but yeah it looks like I would just need to edit the
Nice, glad to see you have a plan for moving forward =] |
Hey, just letting you know. I updated my recipes to use my precompiled images. Items of interest: https://github.com/pauldotknopf/github-release-sync https://github.com/pauldotknopf/binary-repos/tree/arch-linux My build time is back down to 16 minutes :) |
Awesome!
That rocks, I can't wait to check this out. Oh so I tried getting an image to boot on my encrypted laptop but so far no dice. Here is the basic layout:
Once I made |
Simple typo fix in the i3 install script.