milis/talimatname/genel/t/turses/talimat

17 lines
385 B
Plaintext
Raw Normal View History

2017-10-27 20:46:27 +02:00
# Tanım: Konsol için bir Twitter istemcisi.
2017-04-19 14:38:35 +02:00
# URL: http://pypi.python.org/pypi/turses/
2017-10-27 20:46:27 +02:00
# Paketçi: milisarge
# Gerekler: python-oauth2 python-setuptools python-tweepy python-urwid
2017-04-19 14:38:35 +02:00
2017-10-28 14:10:23 +02:00
isim=turses
surum=0.2.23
devir=1
2016-02-24 01:27:23 +01:00
2017-10-28 14:10:23 +02:00
kaynak=(
http://pypi.python.org/packages/source/t/turses/turses-$surum.tar.gz)
2016-02-24 01:27:23 +01:00
2017-10-27 23:59:41 +02:00
derle() {
2017-10-28 14:10:23 +02:00
cd $isim-$surum
2016-02-24 01:27:23 +01:00
python2 setup.py install --prefix=/usr --root=$PKG
}