0
0
mirror of https://github.com/termux/termux-packages.git synced 2025-09-20 21:39:36 +00:00
Files
termux-packages/packages/robin-map/build.sh
Termux Github Actions b0c7a1406a bump(main/robin-map): 1.4.0
This commit has been automatically submitted by Github Actions.
2025-03-30 18:19:49 +00:00

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.4.0"
TERMUX_PKG_SRCURL=https://github.com/Tessil/robin-map/archive/refs/tags/v${TERMUX_PKG_VERSION}.tar.gz
TERMUX_PKG_SHA256=7930dbf9634acfc02686d87f615c0f4f33135948130b8922331c16d90a03250c
TERMUX_PKG_AUTO_UPDATE=true