python-texttable: update to 1.3.1
[void-packages.git] / srcpkgs / pycp / template
blob3cd4e7e8511820620a75b610f57d272dc95190f0
1 # Template file for 'pycp'
2 pkgname=pycp
3 version=7.3.0
4 revision=1
5 noarch=yes
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>"
12 license="MIT"
13 homepage="https://github.com/dmerejkowsky/pycp"
14 distfiles="https://github.com/dmerejkowsky/${pkgname}/archive/v${version}.tar.gz"
15 checksum=c8a98cb9f63e9208ed1d858e9e3912f0769b1992d633ff22a41e53e68bfe73a3
17 post_install() {
18         PYTHONPATH=. help2man --no-info --output pycp.1 ${PKGDESTDIR}/usr/bin/pycp
19         PYTHONPATH=. help2man --no-info --output pymv.1 ${PKGDESTDIR}/usr/bin/pymv
20         vman pycp.1
21         vman pymv.1
22         vlicense COPYING.txt