new package: xdelta3

This commit is contained in:
Lucy Phipps 2020-07-17 06:01:50 +01:00 committed by Leonid Pliushch
parent e429c7156c
commit d393f6e8b9
1 changed files with 15 additions and 0 deletions

15
packages/xdelta3/build.sh Normal file
View File

@ -0,0 +1,15 @@
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_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_extract_package() {
TERMUX_PKG_SRCDIR+=/xdelta3
}
termux_step_pre_configure() {
autoreconf --install
}