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

17 lines
387 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: python3 için thrift kütüphanesi
# URL: https://thrift.apache.org/
# Paketçi: milisarge
# Gerekler: python3 python3-setuptools thrift
# Grup: kütüphane
isim=python3-thrift
surum=0.11.0
devir=1
kaynak=(https://github.com/apache/thrift/archive/$surum.zip::thrift-$surum.zip)
derle() {
cd "thrift-${surum}"
cd lib/py
python3 setup.py install --root=$PKG --optimize=1
}