mirror of
https://github.com/termux-pacman/termux-packages.git
synced 2025-12-27 22:20:31 +00:00
16 lines
607 B
Bash
16 lines
607 B
Bash
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.26-1
|
|
TERMUX_PKG_SRCURL=https://github.com/smxi/inxi/archive/refs/tags/${TERMUX_PKG_VERSION}.tar.gz
|
|
TERMUX_PKG_SHA256=9c76b90044a5840d9e32fd83d1b3c1bb0d7c39c89904ac387cf6be339785451e
|
|
TERMUX_PKG_DEPENDS="perl"
|
|
TERMUX_PKG_BUILD_IN_SRC=true
|
|
TERMUX_PKG_PLATFORM_INDEPENDENT=true
|
|
|
|
termux_step_make_install() {
|
|
install -Dm700 -t $TERMUX_PREFIX/bin/ inxi
|
|
install -Dm600 -t $TERMUX_PREFIX/share/man/man1/ inxi.1
|
|
}
|