View termux-build-qmake.sh
#!/bin/sh | |
## | |
## A script for building qmake on device. | |
## Use in Termux only ! | |
## | |
## Usage: | |
## | |
## git clone https://github.com/termux/x11-packages | |
## cp termux-build-qmake.sh x11-packages/packages/qt5-base/ | |
## cd x11-packages/packages/qt5-base/ |
View fakechroot
#!/data/data/com.termux/files/usr/bin/bash | |
## | |
## Simulate chroot in Termux (via proot) | |
## | |
## Leonid Plyushch (C) 2017-2018 | |
## | |
## This program is free software: you can redistribute it and/or modify | |
## it under the terms of the GNU General Public License as published by | |
## the Free Software Foundation, either version 3 of the License, or | |
## (at your option) any later version. |