1
0
mirror of https://github.com/termux/termux-packages synced 2024-06-13 10:46:41 +00:00
termux-packages/packages/robin-map/build.sh
Termux Github Actions 51071f5794 bump(main/robin-map): 1.2.1
This commit has been automatically submitted by Github Actions.
2023-01-08 06:26:31 +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.2.1"
TERMUX_PKG_SRCURL=https://github.com/Tessil/robin-map/archive/refs/tags/v${TERMUX_PKG_VERSION}.tar.gz
TERMUX_PKG_SHA256=2b54d2c1de2f73bea5c51d5dcbd64813a08caf1bfddcfdeee40ab74e9599e8e3
TERMUX_PKG_AUTO_UPDATE=true