mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
mmv: run help2man as upstream manpage is broken
This commit is contained in:
parent
9734ec7a2d
commit
403e8c6022
1 changed files with 8 additions and 2 deletions
|
@ -1,12 +1,18 @@
|
||||||
# Template file for 'mmv'
|
# Template file for 'mmv'
|
||||||
pkgname=mmv
|
pkgname=mmv
|
||||||
version=2.7
|
version=2.7
|
||||||
revision=1
|
revision=2
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
hostmakedepends="pkg-config"
|
build_helper=qemu
|
||||||
|
hostmakedepends="pkg-config help2man"
|
||||||
short_desc="Utility for wildcard renaming, copying, etc"
|
short_desc="Utility for wildcard renaming, copying, etc"
|
||||||
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
||||||
license="GPL-3.0-or-later"
|
license="GPL-3.0-or-later"
|
||||||
homepage="https://github.com/rrthomas/mmv"
|
homepage="https://github.com/rrthomas/mmv"
|
||||||
distfiles="https://github.com/rrthomas/mmv/releases/download/v${version}/mmv-${version}.tar.gz"
|
distfiles="https://github.com/rrthomas/mmv/releases/download/v${version}/mmv-${version}.tar.gz"
|
||||||
checksum=11346686634000e22aa909e08d9d450237c4b61062779935cbd81df78efad72d
|
checksum=11346686634000e22aa909e08d9d450237c4b61062779935cbd81df78efad72d
|
||||||
|
|
||||||
|
pre_build() {
|
||||||
|
rm -f mmv.1
|
||||||
|
[ "$CROSS_BUILD" ] && vsed -i 's:./mmv:/usr/bin/qemu-${XBPS_TARGET_QEMU_MACHINE}-static &:' build-aux/mmv-help2man-wrapper
|
||||||
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue