blob: b12ecce5400ca84bc3bcf4c7db5959eb2dfe32e7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
pkgbase = hdiff
pkgdesc = C/C++ library and CLI tool for Diff & Patch between binary files or directories
pkgver = 4.12.2
pkgrel = 1
url = https://github.com/sisong/HDiffPatch
arch = x86_64
arch = aarch64
arch = i686
arch = armv7h
license = MIT
makedepends = zlib
makedepends = bzip2
makedepends = zstd
depends = zlib
depends = bzip2
depends = zstd
provides = hdiffpatch
conflicts = hdiffpatch-bin
source = hdiff-4.12.2.tar.gz::https://github.com/sisong/HDiffPatch/archive/refs/tags/v4.12.2.tar.gz
sha256sums = 4002ba88006940f641b8df2e07444f4914579d906e1066a9b805559f0c5a4b2c
pkgname = hdiff
|