18 lines
784 B
Bash
18 lines
784 B
Bash
# Template file for 'diffoscope'
|
|
pkgname=diffoscope
|
|
version=185
|
|
revision=2
|
|
build_style=python3-module
|
|
hostmakedepends="python3-setuptools"
|
|
depends="python3-magic python3-libarchive-c python3-setuptools
|
|
python3-argcomplete binwalk python3-defusedxml python3-distro
|
|
python3-jsondiff python3-PyPDF2 python3-pyxattr python3-tlsh"
|
|
checkdepends="${depends} python3-pytest"
|
|
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=e3ea374717ef8a9609eed48ec95fd3f5184ca795248751a2d45cb88b3992e908
|