Files
termux-packages/packages/libcpufeatures/build.sh
termux-pacman-bot 6be4364004 bump(main/libcpufeatures): 0.8.0
This commit has been automatically submitted by Github Actions.
2023-04-25 12:39:08 +00:00

10 lines
516 B
Bash

TERMUX_PKG_HOMEPAGE=https://github.com/google/cpu_features
TERMUX_PKG_DESCRIPTION="A cross-platform C library to retrieve CPU features (such as available instructions) at runtime"
TERMUX_PKG_LICENSE="Apache-2.0"
TERMUX_PKG_MAINTAINER="@termux"
TERMUX_PKG_VERSION="0.8.0"
TERMUX_PKG_SRCURL=https://github.com/google/cpu_features/archive/refs/tags/v$TERMUX_PKG_VERSION.tar.gz
TERMUX_PKG_SHA256=a3fc6a08ebbf40c538456d6a20ab294658bcebc8d0918457f33cb86f868f16a2
TERMUX_PKG_AUTO_UPDATE=true
TERMUX_PKG_NO_STATICSPLIT=true