preload-hacks: Some patches to make it work.
[termux-packages] / packages / macchanger / build.sh
1 TERMUX_PKG_HOMEPAGE=https://github.com/alobbs/macchanger
2 TERMUX_PKG_DESCRIPTION="Utility that makes the maniputation of MAC addresses of network interfaces easier"
3 TERMUX_PKG_VERSION=1.7.0
4 TERMUX_PKG_SRCURL=https://github.com/alobbs/macchanger/archive/${TERMUX_PKG_VERSION}.tar.gz
5 TERMUX_PKG_SHA256=1d75c07a626321e07b48a5fe2dbefbdb98c3038bb8230923ba8d32bda5726e4f
6
7 termux_step_pre_configure() {
8 ./autogen.sh
9 }