18 lines
525 B
Bash
18 lines
525 B
Bash
# Template file for 'pycp'
|
|
pkgname=pycp
|
|
version=8.0.8
|
|
revision=3
|
|
build_style=python3-module
|
|
pycompile_module="pycp"
|
|
hostmakedepends="help2man python3-setuptools"
|
|
depends="python3 python3-attrs"
|
|
short_desc="Shows progressbar of cp and mv"
|
|
maintainer="fs0ciety <mrrobot@fsociety.info>"
|
|
license="MIT"
|
|
homepage="https://github.com/dmerejkowsky/pycp"
|
|
distfiles="${PYPI_SITE}/p/pycp/pycp-${version}.tar.gz"
|
|
checksum=258e34e15c4b1eb229db2a48a1f3bb010500825d6f90abc19801b4de2824dbde
|
|
|
|
post_install() {
|
|
vlicense COPYING.txt LICENSE
|
|
}
|