milis/talimatname/genel/mygpoclient/talimat

15 lines
311 B
Plaintext
Raw Normal View History

2017-04-04 14:20:18 +02:00
# Description: Podcast aboneliği senkronizasyonu aracı
2016-02-24 01:27:23 +01:00
# URL: http://thp.io/2010/mygpoclient
2017-04-04 14:20:18 +02:00
# Packager: milisarge
2016-02-24 01:27:23 +01:00
# Depends on: python
name=mygpoclient
version=1.7
release=2
source=(http://thp.io/2010/mygpoclient/$name-$version.tar.gz)
build() {
cd $name-$version
python setup.py install --root=$PKG
}