24 lines
718 B
Bash
24 lines
718 B
Bash
# Template file for 'python3-virtualenv-clone'
|
|
pkgname=python3-virtualenv-clone
|
|
version=0.5.4
|
|
revision=5
|
|
build_style=python3-module
|
|
hostmakedepends="python3-setuptools"
|
|
depends="python3-setuptools"
|
|
short_desc="Script to clone Python virtualenvs"
|
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
|
homepage="https://github.com/edwardgeorge/virtualenv-clone"
|
|
license="MIT"
|
|
distfiles="${PYPI_SITE}/v/${pkgname#*-}/${pkgname#*-}-${version}.tar.gz"
|
|
checksum=665e48dd54c84b98b71a657acb49104c54e7652bce9c1c4f6c6976ed4c827a29
|
|
alternatives="virtualenv-clone:virtualenv-clone:/usr/bin/virtualenv-clone3"
|
|
|
|
do_check() {
|
|
:
|
|
}
|
|
|
|
post_install() {
|
|
mv $DESTDIR/usr/bin/virtualenv-clone $DESTDIR/usr/bin/virtualenv-clone3
|
|
vlicense LICENSE
|
|
}
|