mirror of
https://github.com/termux-pacman/termux-packages.git
synced 2026-01-23 03:02:29 +00:00
10 lines
516 B
Bash
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
|