picolisp: Update from 18.1.24 to 18.4.26
[termux-packages] / packages / macchanger / build.sh
CommitLineData
66ccf9b5
FF
1TERMUX_PKG_HOMEPAGE=https://github.com/alobbs/macchanger
2TERMUX_PKG_DESCRIPTION="Utility that makes the maniputation of MAC addresses of network interfaces easier"
3TERMUX_PKG_VERSION=1.7.0
4TERMUX_PKG_SRCURL=https://github.com/alobbs/macchanger/archive/${TERMUX_PKG_VERSION}.tar.gz
544181cd 5TERMUX_PKG_SHA256=1d75c07a626321e07b48a5fe2dbefbdb98c3038bb8230923ba8d32bda5726e4f
66ccf9b5
FF
6
7termux_step_pre_configure() {
66ccf9b5
FF
8 ./autogen.sh
9}