mirror of
https://github.com/outbackdingo/ports.git
synced 2026-01-28 02:20:05 +00:00
15 lines
416 B
Plaintext
15 lines
416 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)
|
|
md5sum=(1de595a0b1627d47b01b4e5fa2976087)
|
|
|
|
build() {
|
|
cd scour-$version
|
|
python2 setup.py build
|
|
python2 setup.py install --root=$PKG --optimize=1
|
|
}
|