Files
termux-packages/packages/hwdata/build.sh
termux-pacman-bot e0c79e427a bump(main/hwdata): 0.404
This commit has been automatically submitted by Github Actions.
2026-02-06 12:49:43 +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.404"
TERMUX_PKG_SRCURL=https://github.com/vcrhonek/hwdata/archive/refs/tags/v${TERMUX_PKG_VERSION}.tar.gz
TERMUX_PKG_SHA256=5c14fc99bf193faad1ccc267ccfff14ee4e4550a582b17a76aec72178539f837
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,}
}