Files
ports/core/python2-scour/spkgbuild
2020-04-13 14:53:21 +08:00

14 lines
374 B
Plaintext

# description : SVG optimizer/cleaner that reduces their size by optimizing structure and removing unnecessary data
# depends : python2
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
}