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
17 lines
526 B
Bash
17 lines
526 B
Bash
TERMUX_PKG_HOMEPAGE=https://github.com/jmacd/xdelta
|
|
TERMUX_PKG_DESCRIPTION='xdelta3 - VCDIFF (RFC 3284) binary diff tool'
|
|
TERMUX_PKG_LICENSE=Apache-2.0
|
|
TERMUX_PKG_MAINTAINER="@termux"
|
|
TERMUX_PKG_VERSION=3.1.0
|
|
TERMUX_PKG_SRCURL=https://github.com/jmacd/xdelta/archive/v${TERMUX_PKG_VERSION}.tar.gz
|
|
TERMUX_PKG_SHA256=7515cf5378fca287a57f4e2fee1094aabc79569cfe60d91e06021a8fd7bae29d
|
|
TERMUX_PKG_DEPENDS=liblzma
|
|
|
|
termux_step_post_get_source() {
|
|
TERMUX_PKG_SRCDIR+=/xdelta3
|
|
}
|
|
|
|
termux_step_pre_configure() {
|
|
autoreconf --install
|
|
}
|