termux-elf-cleaner: Move to standalone repo
[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 TERMUX_PKG_FOLDERNAME=macchanger-${TERMUX_PKG_VERSION}
7
8 termux_step_pre_configure() {
9 cd $TERMUX_PKG_SRCDIR
10 ./autogen.sh
11 }