milis/talimatname/genel/p/python3-jinja/talimat

18 lines
505 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Tanım: Python ile yazılmış basit bir pythonic şablon dili
# URL: http://jinja.pocoo.org/
# Paketçi: Cihan_Alkan
# Gerekler: python3 python3-setuptools python3-markupsafe
# Grup: kütüphane
isim=python3-jinja
surum=2.10
devir=1
kaynak=(https://pypi.org/packages/source/J/Jinja2/Jinja2-$surum.tar.gz)
derle() {
cd "$SRC"/Jinja2-$surum
python3 setup.py build
python3 setup.py install --root="$PKG" --optimize=1 --skip-build
install -Dm644 LICENSE "$PKG/usr/share/licenses/$isim/LICENSE"
}