18 lines
784 B
Bash
18 lines
784 B
Bash
# Template file for 'diffoscope'
|
|
pkgname=diffoscope
|
|
version=211
|
|
revision=1
|
|
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=8e75f3acb181096632e43935ba7a85304703ac54739810b4523919188367ec03
|