mirror of
https://github.com/termux/termux-packages.git
synced 2025-01-31 21:22:27 +00:00
39ba2b8450
This commit has been automatically submitted by Github Actions.
9 lines
455 B
Bash
9 lines
455 B
Bash
TERMUX_PKG_HOMEPAGE=https://github.com/Tessil/robin-map/
|
|
TERMUX_PKG_DESCRIPTION="C++ implementation of a fast hash map and hash set using robin hood hashing"
|
|
TERMUX_PKG_LICENSE="MIT"
|
|
TERMUX_PKG_MAINTAINER="@termux"
|
|
TERMUX_PKG_VERSION="1.3.0"
|
|
TERMUX_PKG_SRCURL=https://github.com/Tessil/robin-map/archive/refs/tags/v${TERMUX_PKG_VERSION}.tar.gz
|
|
TERMUX_PKG_SHA256=a8424ad3b0affd4c57ed26f0f3d8a29604f0e1f2ef2089f497f614b1c94c7236
|
|
TERMUX_PKG_AUTO_UPDATE=true
|