1
0
mirror of https://github.com/termux/termux-packages synced 2024-06-15 19:08:39 +00:00
termux-packages/packages/pystring/build.sh

16 lines
625 B
Bash
Raw Normal View History

2022-08-24 13:42:10 +00:00
TERMUX_PKG_HOMEPAGE=https://github.com/imageworks/pystring
TERMUX_PKG_DESCRIPTION="C++ functions matching the interface and behavior of python string methods with std::string"
TERMUX_PKG_LICENSE="BSD 3-Clause"
TERMUX_PKG_MAINTAINER="@termux"
TERMUX_PKG_VERSION=1.1.3
TERMUX_PKG_REVISION=1
2022-08-24 13:42:10 +00:00
TERMUX_PKG_SRCURL=https://github.com/imageworks/pystring/archive/refs/tags/v${TERMUX_PKG_VERSION}.tar.gz
TERMUX_PKG_SHA256=358a56e756e701836b69a31c75d3d9d41c34d447cf7b3775bbd5620dcd3203d9
TERMUX_PKG_BUILD_IN_SRC=true
termux_step_post_make_install() {
install -Dm600 $TERMUX_PKG_SRCDIR/pystring.h $TERMUX_PREFIX/include/pystring.h
}