Files
ports/core/python2-mako/spkgbuild
2020-04-18 13:25:58 +08:00

13 lines
355 B
Plaintext
Executable File

# description : Python module that implements hyperfast and lightweight templating for the Python platform
# depends : python2 python2-markupsafe
name=python2-mako
version=1.1.2
release=1
source="https://files.pythonhosted.org/packages/source/M/Mako/Mako-$version.tar.gz"
build() {
cd Mako-$version
python2 setup.py install --root=$PKG --optimize=1
}