Files
ports/core/python2-jinja2/spkgbuild
2019-07-26 16:22:33 +08:00

15 lines
382 B
Plaintext

# description : A simple pythonic template language written in Python (python2)
# depends : python2 python2-markupsafe
name=python2-jinja2
version=2.10.1
release=1
source=(https://pypi.org/packages/source/J/Jinja2/Jinja2-$version.tar.gz)
md5sum=(0ae535be40fd215a8114a090c8b68e5a)
build() {
cd Jinja2-$version
python2 setup.py build
python2 setup.py install --root="$PKG" -O1
}