# description : SVG optimizer/cleaner that reduces their size by optimizing structure and removing unnecessary data # depends : python3-setuptools name=python3-scour version=0.38.2 release=1 source="$name-$version.tar.gz::https://github.com/scour-project/scour/archive/v$version/scour-v$version.tar.gz" build() { cd scour-$version python3 setup.py build python3 setup.py install --root=$PKG --optimize=1 }