termux-packages/root-packages/hw-probe/build.sh

19 lines
626 B
Bash
Raw Normal View History

2019-06-25 22:48:12 +02:00
TERMUX_PKG_HOMEPAGE=https://github.com/linuxhw/hw-probe
TERMUX_PKG_DESCRIPTION="Tool to probe for hardware and check its operability"
TERMUX_PKG_LICENSE="GPL-2.0"
TERMUX_PKG_MAINTAINER="@termux"
2022-03-13 11:38:43 +01:00
TERMUX_PKG_VERSION=1.6.2
2019-06-25 22:48:12 +02:00
TERMUX_PKG_SRCURL=https://github.com/linuxhw/hw-probe/archive/$TERMUX_PKG_VERSION.tar.gz
2022-03-13 11:38:43 +01:00
TERMUX_PKG_SHA256=b7344bc717af747e48d7c43b7a3b58234b0e5b9ed3164a29a83c4d32478cdbc6
2019-06-25 22:48:12 +02:00
TERMUX_PKG_DEPENDS="curl, hwinfo, net-tools, perl"
TERMUX_PKG_PLATFORM_INDEPENDENT=true
TERMUX_PKG_BUILD_IN_SRC=true
termux_step_make() {
:
}
termux_step_make_install() {
install -Dm700 hw-probe.pl "$TERMUX_PREFIX"/bin/hw-probe
}