forked from ports/contrib
17 lines
399 B
Plaintext
17 lines
399 B
Plaintext
# Description: TidyLib Python wrapper.
|
|
# URL: http://pypi.python.org/pypi/uTidylib
|
|
# Maintainer: Danny Rawlins, crux at romster dot me
|
|
# Packager: Danny Rawlins, crux at romster dot me
|
|
# Depends on: python tidy
|
|
|
|
name=utidylib
|
|
version=0.2
|
|
release=1
|
|
source=(http://crux.ster.zone/downloads/$name/uTidylib-$version.zip)
|
|
|
|
build() {
|
|
cd uTidylib-$version
|
|
/usr/bin/python setup.py install --root=$PKG
|
|
}
|
|
|