pycp: update to 7.3.0
This commit is contained in:
parent
16a7cc9f68
commit
cf70ec2287
|
@ -1,23 +1,19 @@
|
||||||
# Template file for 'pycp'
|
# Template file for 'pycp'
|
||||||
pkgname=pycp
|
pkgname=pycp
|
||||||
version=7.3.0
|
version=8.0.6
|
||||||
revision=1
|
revision=1
|
||||||
noarch=yes
|
noarch=yes
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
hostmakedepends="python3 help2man python3-setuptools"
|
pycompile_module="pycp"
|
||||||
makedepends="python3-setuptools"
|
hostmakedepends="help2man python3-setuptools"
|
||||||
depends="${makedepends}"
|
depends="python3 python3-cli-ui"
|
||||||
short_desc="A cp and mv with a progressbar"
|
short_desc="Shows progressbar of cp and mv"
|
||||||
maintainer="fs0ciety <mrrobot@fsociety.info>"
|
maintainer="fs0ciety <mrrobot@fsociety.info>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="https://github.com/dmerejkowsky/pycp"
|
homepage="https://github.com/dmerejkowsky/pycp"
|
||||||
distfiles="https://github.com/dmerejkowsky/${pkgname}/archive/v${version}.tar.gz"
|
distfiles="https://github.com/dmerejkowsky/${pkgname}/archive/v${version}.tar.gz"
|
||||||
checksum=c8a98cb9f63e9208ed1d858e9e3912f0769b1992d633ff22a41e53e68bfe73a3
|
checksum=0a78d6e9d2c1027de0908fcf2704f5d2f5d48e138b99969d9640c88f92cde21c
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
PYTHONPATH=. help2man --no-info --output pycp.1 ${PKGDESTDIR}/usr/bin/pycp
|
vlicense COPYING.txt LICENSE
|
||||||
PYTHONPATH=. help2man --no-info --output pymv.1 ${PKGDESTDIR}/usr/bin/pymv
|
|
||||||
vman pycp.1
|
|
||||||
vman pymv.1
|
|
||||||
vlicense COPYING.txt
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue