mirror of
https://github.com/termux-pacman/termux-packages.git
synced 2026-02-04 09:02:44 +00:00
10 lines
517 B
Bash
10 lines
517 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.10.1"
|
|
TERMUX_PKG_SRCURL=https://github.com/google/cpu_features/archive/refs/tags/v$TERMUX_PKG_VERSION.tar.gz
|
|
TERMUX_PKG_SHA256=52639b380fced11d738f8b151dbfee63fb94957731d07f1966c812e5b90cbad4
|
|
TERMUX_PKG_AUTO_UPDATE=true
|
|
TERMUX_PKG_NO_STATICSPLIT=true
|