mirror of
https://github.com/termux-pacman/termux-packages.git
synced 2025-12-27 14:10:32 +00:00
* drop git submodule deinit usage * drop termux_step_post_get_source for clpeak Should be no longer after bumped to 1.1.2 as that was used when clpeak was built using git commit. * drop git reset --hard in favour of git checkout Suppose if we want to include patches before termux_step_post_get_source, git reset --hard will drop the patches and reset the whole tree. Use git checkout instead.