-
-
Notifications
You must be signed in to change notification settings - Fork 3.2k
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
termux-tools: improving pkg to work with pacman #10486
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hey there, thanks for the PR. Some suggestions from my side, everything else seems good.
Also thanks for showing that using an alternative package manager with Termux (and not just apt) is completely possible!
This comment was marked as off-topic.
This comment was marked as off-topic.
termux-packages/build-package.sh Line 365 in 9de58f3
|
Thanks for noticing.
That is, now you need to configure the package compiler, termux packages for android 7+ and termux packages for android 5/6? If so, then doing it right now is quite problematic. |
Welcome. You don't need to add support for android 5/6. You/We only need to add support for |
@thunder-coding, I tried to keep the code as short as possible. That unclosed conversation was not carried out because I had no idea how to do it. |
Will look into that part, thanks for resolving the other changes! And yeah, I ought to be more brief when doing code reviews. Sorry for the inconvenience caused due to it. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Seems good! Just a single change requested this time. :) Also make sure that you don't use merge commits as they cause problems when building from master
I can’t merge commits, other commits are set when merging |
Thanks merged manually in f1a83c5 |
Co-authored-by: Maxython <mixython@gmail.com> Closes: termux/termux-packages#10486
Co-authored-by: Maxython <mixython@gmail.com> Closes: termux/termux-packages#10486
Co-authored-by: Maxython <mixython@gmail.com> Closes: termux/termux-packages#10486
Close #10460