# Maintainer: Icaro Perseo pkgname=rtv pkgver=1.3 pkgrel=1rvm source=("http://people.salixos.org/icaroperseo/14.1/xap/$pkgname/$pkgname-$pkgver.src.tar.gz") sourcetemplate="http://people.salixos.org/icaroperseo/14.1/xap/$pkgname" docs=('CHANGELOG.rst' 'CONTRIBUTORS.rst' 'LICENSE' 'README.rst') url="https://github.com/michael-lazar/rtv" slackdesc=\ ( #|-----handy-ruler---------------------------------------------------| "rtv (Reddit Terminal Viewer)" "RTV is an application that allows you to view and interact with" "reddit from your terminal. It is compatible with most terminal" "emulators on Linux and OSX." ) build() { # Acceding to the working directory. cd $startdir/src/$pkgname.github # Building the package. python setup.py install \ --prefix=/usr \ --root=$startdir/pkg/ }