1 # Template file for 'pycp'
6 build_style=python3-module
7 hostmakedepends="python3 help2man python3-setuptools"
8 makedepends="python3-setuptools"
9 depends="${makedepends}"
10 short_desc="A cp and mv with a progressbar"
11 maintainer="fs0ciety <mrrobot@fsociety.info>"
13 homepage="https://github.com/dmerejkowsky/pycp"
14 distfiles="https://github.com/dmerejkowsky/${pkgname}/archive/v${version}.tar.gz"
15 checksum=c8a98cb9f63e9208ed1d858e9e3912f0769b1992d633ff22a41e53e68bfe73a3
18 PYTHONPATH=. help2man --no-info --output pycp.1 ${PKGDESTDIR}/usr/bin/pycp
19 PYTHONPATH=. help2man --no-info --output pymv.1 ${PKGDESTDIR}/usr/bin/pymv