mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-16 06:07:00 +02:00
diffoscope: remove empty manpage
`rst2man` was missing, so the file was empty. remove, as it's essentially just `diffoscope --help` anyway
This commit is contained in:
parent
87799a33d4
commit
e943bb16fc
1 changed files with 2 additions and 7 deletions
|
@ -1,9 +1,9 @@
|
|||
# Template file for 'diffoscope'
|
||||
pkgname=diffoscope
|
||||
version=260
|
||||
revision=1
|
||||
revision=2
|
||||
build_style=python3-module
|
||||
hostmakedepends="python3-setuptools help2man"
|
||||
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
|
||||
|
@ -17,11 +17,6 @@ changelog="https://salsa.debian.org/reproducible-builds/diffoscope/-/raw/master/
|
|||
distfiles="${PYPI_SITE}/d/diffoscope/diffoscope-${version}.tar.gz"
|
||||
checksum=405a55502c8b2c988e46c0800d6a93e8e4e7632c1542b0a540dda50aeea41dac
|
||||
|
||||
post_build() {
|
||||
make -C doc
|
||||
}
|
||||
|
||||
post_install() {
|
||||
vman doc/diffoscope.1
|
||||
vcompletion debian/zsh-completion/_diffoscope zsh
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue