bf5bf339fb
When i misspelled `cp` to `co` it told me to install the package `rcs` for it. Not knowing what it was I called `apt show rcs`. But the description didn't help me at all. So I copied the description from Debian.
16 lines
783 B
Bash
16 lines
783 B
Bash
TERMUX_PKG_HOMEPAGE=http://www.gnu.org/s/rcs
|
|
TERMUX_PKG_DESCRIPTION="The GNU Revision Control System
|
|
The Revision Control System (RCS) manages multiple
|
|
revisions of files. RCS automates the storing, retrieval,
|
|
logging, identification, and merging of revisions. RCS is
|
|
useful for text that is revised frequently, for example
|
|
programs, documentation, graphics, papers, and form letters."
|
|
TERMUX_PKG_VERSION=5.9.4
|
|
TERMUX_PKG_REVISION=2
|
|
TERMUX_PKG_SRCURL=http://gnu.uberglobalmirror.com/rcs/rcs-$TERMUX_PKG_VERSION.tar.xz
|
|
TERMUX_PKG_BUILD_IN_SRC=yes
|
|
TERMUX_PKG_SHA256=063d5a0d7da1821754b80c639cdae2c82b535c8ff4131f75dc7bbf0cd63a5dff
|
|
TERMUX_PKG_DEPENDS="diffutils"
|
|
TERMUX_PKG_EXTRA_CONFIGURE_ARGS="ac_cv_path_DIFF=$TERMUX_PREFIX/bin/diff \
|
|
ac_cv_path_DIFF3=$TERMUX_PREFIX/bin/diff3"
|