mirror of
https://github.com/termux-pacman/termux-packages.git
synced 2026-02-13 21:30:52 +00:00
Replace ftp.gnu.org with mirrors.kernel.org since the second has been a lot more stable and performant over time than the first (and ftp.gnu.org is currently experiencing intermittent problems). See e.g. 9937b7487379513651c67649e6adcc36d8262100 %ci:no-build
15 lines
559 B
Bash
15 lines
559 B
Bash
TERMUX_PKG_HOMEPAGE=https://www.gnu.org/s/rcs
|
|
TERMUX_PKG_DESCRIPTION="The GNU Revision Control System"
|
|
TERMUX_PKG_LICENSE="GPL-3.0"
|
|
TERMUX_PKG_MAINTAINER="@termux"
|
|
TERMUX_PKG_VERSION=5.10.1
|
|
TERMUX_PKG_REVISION=1
|
|
TERMUX_PKG_SRCURL=https://mirrors.kernel.org/gnu/rcs/rcs-${TERMUX_PKG_VERSION}.tar.lz
|
|
TERMUX_PKG_SHA256=43ddfe10724a8b85e2468f6403b6000737186f01e60e0bd62fde69d842234cc5
|
|
TERMUX_PKG_DEPENDS="diffutils"
|
|
TERMUX_PKG_BUILD_IN_SRC=true
|
|
TERMUX_PKG_EXTRA_CONFIGURE_ARGS="
|
|
ac_cv_path_DIFF=$TERMUX_PREFIX/bin/diff
|
|
ac_cv_path_DIFF3=$TERMUX_PREFIX/bin/diff3
|
|
"
|