#Packager: George Vlahavas pkgname=virtualenv-make-relocatable pkgver=0.0.1 pkgrel=1gv source=("virtualenv-make-relocatable-$pkgver.tar.xz") docs=("readme.md" "*.rst") url=https://github.com/heni/virtualenv-make-relocatable options=("nosrcpack") slackdesc=\ ( #|-----handy-ruler------------------------------------------------------| "python-virtualenv-make-relocatable (make a virtualenv relocatable)" "This is a simple tool to make scripts provided by virtualenv" "relocatable. Historically virtualenv supported option --relocatable" "to rewrite shibangs for scripts installed in it. It's very useful" "option if you plan to create docker image from your virtualenv" "directory. Unfortunately since version 20.0 virtualenv removed this" "option. This project provides tool for performing removed" "functionality." ) build() { cd $startdir/src/virtualenv-make-relocatable-$pkgver python3 setup.py install --prefix=/usr --root=$startdir/pkg }