Files
termux-packages/packages/hwdata/build.sh
termux-pacman-bot 416752d2a0 bump(main/hwdata): 0.391
This commit has been automatically submitted by Github Actions.
2025-01-03 12:47:06 +00:00

22 lines
670 B
Bash

TERMUX_PKG_HOMEPAGE=https://github.com/vcrhonek/hwdata
TERMUX_PKG_DESCRIPTION="Database of hardware identification and configuration data"
TERMUX_PKG_LICENSE="GPL-2.0"
TERMUX_PKG_MAINTAINER="@termux"
TERMUX_PKG_VERSION="0.391"
TERMUX_PKG_SRCURL=https://github.com/vcrhonek/hwdata/archive/refs/tags/v${TERMUX_PKG_VERSION}.tar.gz
TERMUX_PKG_SHA256=620fe1c22922a3d1bd1062424e9cc6b954acea2f83b72ff0cb45144981cb1975
TERMUX_PKG_AUTO_UPDATE=true
TERMUX_PKG_BUILD_IN_SRC=true
TERMUX_PKG_EXTRA_CONFIGURE_ARGS="
--datadir=${TERMUX_PREFIX}/share
--disable-blacklist
"
termux_step_pre_configure() {
mv Makefile{,.unused}
}
termux_step_post_configure() {
mv Makefile{.unused,}
}