milis/talimatname/genel/c/censys-python/talimat

17 lines
522 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: Censys içi python kütüphaneleri-gerekler belirlenecek
# URL: https://github.com/censys/censys-python
# Paketçi: milisarge
# Gerekler: python python3 python3-setuptools python-setuptools python-netaddr python3-netaddr
# Grup: kütüphane
isim=censys-python
surum=git
devir=1
kaynak=(https://github.com/censys/censys-python/archive/master.tar.gz::$isim-$surum-$devir.tar.gz)
derle() {
cd $isim-master
python3 setup.py install --prefix=/usr --root=$PKG
python2 setup.py install --prefix=/usr --root=$PKG
}