mirror of
https://github.com/termux/termux-packages.git
synced 2024-12-12 00:10:52 +00:00
c6975fcf39
This commit has been automatically submitted by Github Actions.
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.9.0"
|
|
TERMUX_PKG_SRCURL=https://github.com/google/cpu_features/archive/refs/tags/v$TERMUX_PKG_VERSION.tar.gz
|
|
TERMUX_PKG_SHA256=bdb3484de8297c49b59955c3b22dba834401bc2df984ef5cfc17acbe69c5018e
|
|
TERMUX_PKG_AUTO_UPDATE=true
|
|
TERMUX_PKG_NO_STATICSPLIT=true
|