TERMUX_PKG_HOMEPAGE=https://github.com/smxi/inxi TERMUX_PKG_DESCRIPTION="Full featured CLI system information tool" TERMUX_PKG_LICENSE="GPL-3.0" TERMUX_PKG_MAINTAINER="@termux" TERMUX_PKG_VERSION=3.3.06-1 TERMUX_PKG_SRCURL=https://github.com/smxi/inxi/archive/${TERMUX_PKG_VERSION}.tar.gz TERMUX_PKG_SHA256=39161866ef737c9fca4a4fb16d7c07cab14987bf3b22ea346c51609772f76b08 TERMUX_PKG_DEPENDS="perl" TERMUX_PKG_BUILD_IN_SRC=true termux_step_make_install() { install -Dm700 -t $TERMUX_PREFIX/bin/ inxi install -Dm600 -t $TERMUX_PREFIX/share/man/man1/ inxi.1 }