new package: git-svn
This commit is contained in:
parent
52fcf6d530
commit
8dceea857c
@ -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:
|
||||
|
8
packages/git/git-svn.subpackage.sh
Normal file
8
packages/git/git-svn.subpackage.sh
Normal 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*
|
||||
"
|
Loading…
Reference in New Issue
Block a user