0
0
mirror of https://github.com/termux/termux-packages.git synced 2025-08-12 03:23:05 +00:00
Files
termux-packages/packages/uthash/build.sh
2023-10-03 20:45:42 +03:00

17 lines
625 B
Bash

TERMUX_PKG_HOMEPAGE=https://troydhanson.github.io/uthash/
TERMUX_PKG_DESCRIPTION="C preprocessor implementations of a hash table and a linked list"
TERMUX_PKG_LICENSE="BSD"
TERMUX_PKG_MAINTAINER="@termux"
TERMUX_PKG_VERSION=2.3.0
TERMUX_PKG_SRCURL=https://github.com/troydhanson/uthash/archive/v$TERMUX_PKG_VERSION.tar.gz
TERMUX_PKG_SHA256=e10382ab75518bad8319eb922ad04f907cb20cccb451a3aa980c9d005e661acc
TERMUX_PKG_AUTO_UPDATE=true
TERMUX_PKG_UPDATE_TAG_TYPE="newest-tag"
TERMUX_PKG_BUILD_IN_SRC=true
TERMUX_PKG_PLATFORM_INDEPENDENT=true
termux_step_make_install() {
cd src
install -Dm600 -t $TERMUX_PREFIX/include *.h
}