0
0
mirror of https://github.com/termux/termux-packages.git synced 2025-05-11 16:43:53 +00:00
Files
termux-packages/packages/hwdata/build.sh
Termux Github Actions dbac40caaa bump(main/hwdata): 0.395
This commit has been automatically submitted by Github Actions.
2025-05-07 06:09:14 +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.395"
TERMUX_PKG_SRCURL=https://github.com/vcrhonek/hwdata/archive/refs/tags/v${TERMUX_PKG_VERSION}.tar.gz
TERMUX_PKG_SHA256=1166f733c57afa82cfdad56e62ef044835fbc8c99ef65f033e6a5802716b5c66
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,}
}