mirror of
https://github.com/termux-pacman/termux-packages.git
synced 2026-02-12 04:41:03 +00:00
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.4.1"
|
|
TERMUX_PKG_SRCURL=https://github.com/Tessil/robin-map/archive/refs/tags/v${TERMUX_PKG_VERSION}.tar.gz
|
|
TERMUX_PKG_SHA256=0e3f53a377fdcdc5f9fed7a4c0d4f99e82bbb64175233bd13427fef9a771f4a1
|
|
TERMUX_PKG_AUTO_UPDATE=true
|