TERMUX_PKG_HOMEPAGE=https://github.com/TheLocehiliosan/yadm TERMUX_PKG_DESCRIPTION="Yet Another Dotfiles Manager" TERMUX_PKG_LICENSE="GPL-2.0" TERMUX_PKG_MAINTAINER="Leonid Plyushch " TERMUX_PKG_VERSION=2.0.1 TERMUX_PKG_REVISION=5 TERMUX_PKG_SRCURL=https://github.com/TheLocehiliosan/yadm/archive/$TERMUX_PKG_VERSION.tar.gz TERMUX_PKG_SHA256=935be5ea014a3b5c17a70585815f8f5f254fd0748cd1c649781807c45e5b26fe TERMUX_PKG_DEPENDS="git" TERMUX_PKG_BUILD_IN_SRC=true termux_step_make() { # Do not try to run 'make' as this causes # build failure. return } termux_step_make_install() { install -Dm700 "$TERMUX_PKG_SRCDIR"/yadm "$TERMUX_PREFIX"/bin/ install -Dm600 "$TERMUX_PKG_SRCDIR"/yadm.1 "$TERMUX_PREFIX"/share/man/man1/ }