23 lines
908 B
Bash
23 lines
908 B
Bash
# Template file for 'diffoscope'
|
|
pkgname=diffoscope
|
|
version=260
|
|
revision=2
|
|
build_style=python3-module
|
|
hostmakedepends="python3-setuptools"
|
|
depends="python3-magic python3-libarchive-c python3-progressbar
|
|
python3-argcomplete binwalk python3-defusedxml python3-distro
|
|
python3-jsondiff python3-pypdf python3-pyxattr python3-tlsh
|
|
python3-debian rpm-python3"
|
|
checkdepends="${depends} cpio lz4 lzip xz python3-pytest-xdist"
|
|
short_desc="In-depth comparison of files, archives, and directories"
|
|
maintainer="Piotr Wójcik <chocimier@tlen.pl>"
|
|
license="GPL-3.0-or-later"
|
|
homepage="https://diffoscope.org/"
|
|
changelog="https://salsa.debian.org/reproducible-builds/diffoscope/-/raw/master/debian/changelog"
|
|
distfiles="${PYPI_SITE}/d/diffoscope/diffoscope-${version}.tar.gz"
|
|
checksum=405a55502c8b2c988e46c0800d6a93e8e4e7632c1542b0a540dda50aeea41dac
|
|
|
|
post_install() {
|
|
vcompletion debian/zsh-completion/_diffoscope zsh
|
|
}
|