Files
ports/core/python2-scour/spkgbuild
2021-02-05 13:11:33 +08:00

14 lines
385 B
Plaintext

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