mirror of
https://github.com/outbackdingo/ports.git
synced 2026-02-06 17:30:31 +00:00
16 lines
417 B
Plaintext
16 lines
417 B
Plaintext
# description : SVG optimizer/cleaner that reduces their size by optimizing structure and removing unnecessary data
|
|
# depends : python2
|
|
|
|
name=python2-scour
|
|
version=0.36
|
|
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
|
|
}
|
|
|
|
md5sum=(f7d03395a9ce51f822e5741034783e04)
|