new package: git-svn

This commit is contained in:
Lucy Phipps 2021-08-21 16:12:27 +01:00
parent 52fcf6d530
commit 8dceea857c
No known key found for this signature in database
GPG Key ID: 8F688A3DB7869BFE
2 changed files with 10 additions and 2 deletions

View File

@ -2,9 +2,9 @@ TERMUX_PKG_HOMEPAGE=https://git-scm.com/
TERMUX_PKG_DESCRIPTION="Fast, scalable, distributed revision control system"
TERMUX_PKG_LICENSE="GPL-2.0"
TERMUX_PKG_MAINTAINER="@termux"
TERMUX_PKG_VERSION=2.32.0
TERMUX_PKG_VERSION=2.33.0
TERMUX_PKG_SRCURL=https://www.kernel.org/pub/software/scm/git/git-${TERMUX_PKG_VERSION}.tar.xz
TERMUX_PKG_SHA256=68a841da3c4389847ecd3301c25eb7e4a51d07edf5f0168615ad6179e3a83623
TERMUX_PKG_SHA256=bf3c6ab5f82e072aad4768f647cfb1ef60aece39855f83f080f9c0222dd20c4f
TERMUX_PKG_DEPENDS="libcurl, libiconv, less, openssl, pcre2, zlib"
## This requires a working $TERMUX_PREFIX/bin/sh on the host building:

View File

@ -0,0 +1,8 @@
TERMUX_SUBPKG_DESCRIPTION="Convert between Git and Subversion repositories"
TERMUX_SUBPKG_DEPENDS="subversion-perl"
TERMUX_SUBPKG_PLATFORM_INDEPENDENT=true
TERMUX_SUBPKG_INCLUDE="
libexec/git-core/git-svn*
share/man/man1/git-svn*
share/perl5/Git/SVN*
"