37375312b9
In issue https://github.com/termux/termux-packages/issues/6160 I have found that community repo "its-pointless.github.io" specifies us as maintainer for its packages. This is NOT TRUE and potentially misleads people using these packages. Now TERMUX_PKG_MAINTAINER will contain a default value which is neutral and not specify maintainer. So all packages now have to override it to the correct value. [skip ci] %ci:no-build
20 lines
712 B
Bash
20 lines
712 B
Bash
TERMUX_PKG_HOMEPAGE=https://rsync.samba.org/
|
|
TERMUX_PKG_DESCRIPTION="Utility that provides fast incremental file transfer"
|
|
TERMUX_PKG_LICENSE="GPL-3.0"
|
|
TERMUX_PKG_MAINTAINER="@termux"
|
|
TERMUX_PKG_VERSION=3.2.3
|
|
TERMUX_PKG_SRCURL=https://rsync.samba.org/ftp/rsync/src/rsync-${TERMUX_PKG_VERSION}.tar.gz
|
|
TERMUX_PKG_SHA256=becc3c504ceea499f4167a260040ccf4d9f2ef9499ad5683c179a697146ce50e
|
|
TERMUX_PKG_DEPENDS="libiconv, liblz4, libpopt, openssh | dropbear, openssl-tool, zlib, zstd"
|
|
TERMUX_PKG_BUILD_IN_SRC=true
|
|
|
|
TERMUX_PKG_EXTRA_CONFIGURE_ARGS="
|
|
--with-rsyncd-conf=$TERMUX_PREFIX/etc/rsyncd.conf
|
|
--with-included-popt=no
|
|
--with-included-zlib=no
|
|
--disable-debug
|
|
--disable-simd
|
|
--disable-xattr-support
|
|
--disable-xxhash
|
|
"
|