Files
ports/core/python2-mako/spkgbuild
2018-04-26 09:44:16 +08:00

18 lines
512 B
Plaintext
Executable File

# description : Python module that implements hyperfast and lightweight templating for the Python platform
# homepage : http://www.makotemplates.org/
# maintainer : Emmett1, emmett1.2miligrams at gmail.com
# depends : python2 python2-markupsafe python2-beaker
name=python2-mako
version=1.0.4
release=1
source=(https://files.pythonhosted.org/packages/source/M/Mako/Mako-$version.tar.gz)
build() {
cd Mako-$version
python setup.py install --root=$PKG --optimize=1
}
md5sum=(c5fc31a323dd4990683d2f2da02d4e20)